From 7cacbab09cd8a6aa2f60b6deb18ddb2c60963fb4 Mon Sep 17 00:00:00 2001 From: Keisuke Ogaki Date: May 16 2016 11:56:21 +0000 Subject: Thirdpirty binaries should be ignored by git (#185) * thirdpirty binaries are ignored by git * :lipstick: fullpath for .gitignore --- diff --git a/.gitignore b/.gitignore index 113eee4..3348e5d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,15 +9,20 @@ GeneratedFiles *.suo *.user build* + +# bundled thirdparty libraries +/thirdparty/lzo +/thirdparty/tiff-4.0.3 +/thirdparty/LibJPEG/jpeg-9 +/thirdparty/Lz4/Lz4_131 +/thirdparty/libusb/libusb-1.0.9 +/thirdparty/glew/glew-1.9.0 lzo-2.09 -Lz4_131 -libusb-1.0.9 -glew-1.9.0 -jpeg-9 + .clang_complete Debug/ Debug Library/ Release/ Release Library/ ipch/ -.idea \ No newline at end of file +.idea