summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/.gitignore1
-rw-r--r--src/.gitignore5
-rwxr-xr-xtests/.gitignore22
3 files changed, 27 insertions, 1 deletions
diff --git a/lib/.gitignore b/lib/.gitignore
index 9e23bdd..20f74ad 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -1,3 +1,4 @@
*.la
*.lo
*.o
+*.obj
diff --git a/src/.gitignore b/src/.gitignore
index fadd6f3..a63b9cd 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -11,3 +11,8 @@ parse.h
scan.c
stage1scan.[cl]
stage1flex
+
+# for MSWindows
+
+*.obj
+*.exe
diff --git a/tests/.gitignore b/tests/.gitignore
index 588ec0f..bb56fb7 100755
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,7 +1,12 @@
+# common files generated by the test suite as it runs
+
*.log
*.trs
-*.o
*.tables
+*.o
+
+# test specific files
+
alloc_extra_nr
alloc_extra_nr.c
alloc_extra_c99
@@ -12,6 +17,16 @@ array*
basic*
!basic.rules
!basic.txt
+alloc_extra
+alloc_extra.c
+array_nr
+array_nr.c
+array_r
+array_r.c
+basic_nr
+basic_nr.c
+basic_r
+basic_r.c
bison_nr
bison_nr_scanner.[ch]
bison_nr_parser.[ch]
@@ -142,3 +157,8 @@ test-yydecl-*
*.opt
*.ser
*.ver
+
+# for MSWindows
+
+*.obj
+*.exe