more files to ignore

This commit is contained in:
Alexandre Duret-Lutz 2008-05-30 17:03:07 +02:00
parent ff134eb81e
commit ed589d8c5a
6 changed files with 16 additions and 2 deletions

5
.gitignore vendored
View file

@ -10,7 +10,7 @@ libtool
*.patch *.patch
*.o *.o
*~ *~
#*# \#*#
.* .*
!.gitignore !.gitignore
*.bak *.bak
@ -18,3 +18,6 @@ libtool
stdout stdout
*.lo *.lo
*.la *.la
*.orig
*.rej
*.old

View file

@ -1,2 +1,3 @@
*.lo
TAGS TAGS
dottynips
empt_check

1
iface/nips/nips_vm/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
nipsvm

7
src/eltlparse/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
eltlparse.cc
eltlparse.hh
*.output
eltlscan.cc
location.hh
position.hh
stack.hh

1
src/eltltest/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
defs

View file

@ -1,2 +1,3 @@
Makefile.in Makefile.in
Makefile Makefile
incltest.cc