ignoring additional files

This commit is contained in:
Alex Shinn 2011-11-10 05:35:03 +09:00
parent 6010779fb2
commit 819cb75b55

View file

@ -4,12 +4,18 @@ syntax: glob
*.s *.s
*.o *.o
*.so *.so
*.sch
*.sps
*.txt
*.image
*.wav
*.dylib *.dylib
*.class *.class
*.dSYM *.dSYM
*.orig *.orig
.hg .hg
junk* junk*
*.tgz
*.tar.gz *.tar.gz
*.tar.bz2 *.tar.bz2
*.log *.log
@ -30,3 +36,4 @@ lib/chibi/time.c
lib/chibi/stty.c lib/chibi/stty.c
doc/*.html doc/*.html
doc/lib/chibi/*.html doc/lib/chibi/*.html
misc/*