From ed589d8c5a6f68d0caa1827ef37ae3091b9eeb5e Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 30 May 2008 17:03:07 +0200 Subject: [PATCH] more files to ignore --- .gitignore | 5 ++++- iface/nips/.gitignore | 3 ++- iface/nips/nips_vm/.gitignore | 1 + src/eltlparse/.gitignore | 7 +++++++ src/eltltest/.gitignore | 1 + src/sanity/.gitignore | 1 + 6 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 iface/nips/nips_vm/.gitignore create mode 100644 src/eltlparse/.gitignore create mode 100644 src/eltltest/.gitignore diff --git a/.gitignore b/.gitignore index 4bc9796ec..d113ba9fd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ libtool *.patch *.o *~ -#*# +\#*# .* !.gitignore *.bak @@ -18,3 +18,6 @@ libtool stdout *.lo *.la +*.orig +*.rej +*.old diff --git a/iface/nips/.gitignore b/iface/nips/.gitignore index 4610696ae..259a1e64e 100644 --- a/iface/nips/.gitignore +++ b/iface/nips/.gitignore @@ -1,2 +1,3 @@ -*.lo TAGS +dottynips +empt_check diff --git a/iface/nips/nips_vm/.gitignore b/iface/nips/nips_vm/.gitignore new file mode 100644 index 000000000..d67677fe6 --- /dev/null +++ b/iface/nips/nips_vm/.gitignore @@ -0,0 +1 @@ +nipsvm diff --git a/src/eltlparse/.gitignore b/src/eltlparse/.gitignore new file mode 100644 index 000000000..9f03c8c07 --- /dev/null +++ b/src/eltlparse/.gitignore @@ -0,0 +1,7 @@ +eltlparse.cc +eltlparse.hh +*.output +eltlscan.cc +location.hh +position.hh +stack.hh diff --git a/src/eltltest/.gitignore b/src/eltltest/.gitignore new file mode 100644 index 000000000..ef6565fb4 --- /dev/null +++ b/src/eltltest/.gitignore @@ -0,0 +1 @@ +defs diff --git a/src/sanity/.gitignore b/src/sanity/.gitignore index 3dda72986..67e8759f7 100644 --- a/src/sanity/.gitignore +++ b/src/sanity/.gitignore @@ -1,2 +1,3 @@ Makefile.in Makefile +incltest.cc