Make git ignore generated files

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-06-15 21:50:00 -04:00
parent baf78e7e4d
commit 0e0c32dfb0
2 changed files with 10 additions and 0 deletions

8
examples/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
/Makefile.lz4*
/printVersion
/doubleBuffer
/ringBuffer
/ringBufferHC
/lineCompress
/frameCompress
/*.exe

2
programs/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/lz4
/*.exe