diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,15 +1,19 @@ *~ *\#* -bin/ -obj/ *.o *.out *.so +*.so.* *.su *.gch *.a +*.dylib +*.dylib.* *.info *.pdf *.ps *.dvi *.test +/benchmark +/test +/benchfile |