more files to ignore
This commit is contained in:
parent
ff134eb81e
commit
ed589d8c5a
6 changed files with 16 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
3
iface/nips/.gitignore
vendored
3
iface/nips/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
*.lo
|
|
||||||
TAGS
|
TAGS
|
||||||
|
dottynips
|
||||||
|
empt_check
|
||||||
|
|
|
||||||
1
iface/nips/nips_vm/.gitignore
vendored
Normal file
1
iface/nips/nips_vm/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
nipsvm
|
||||||
7
src/eltlparse/.gitignore
vendored
Normal file
7
src/eltlparse/.gitignore
vendored
Normal 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
1
src/eltltest/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
defs
|
||||||
1
src/sanity/.gitignore
vendored
1
src/sanity/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
Makefile.in
|
Makefile.in
|
||||||
Makefile
|
Makefile
|
||||||
|
incltest.cc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue