summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Sobisch <simonsobisch@web.de>2018-09-16 21:14:19 +0200
committerWill Estes <westes575@gmail.com>2023-03-01 09:46:26 -0500
commit9e69eff334b7fb05353817bae5a65acfd8d0c9ad (patch)
treeb8bcff14bfffa15e1f7e31f666882e6cc4b2c3de
parentcf66c9e5f1af02c4b6f9fb5a10f83e28143a22d4 (diff)
downloadflex-git-9e69eff334b7fb05353817bae5a65acfd8d0c9ad.tar.gz
.gitignore adjustments for WIN32
-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