mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-07 05:06:37 +02:00
ignoring additional files
This commit is contained in:
parent
6010779fb2
commit
819cb75b55
1 changed files with 7 additions and 0 deletions
|
@ -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/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue