This patch updates the .gitignore files for several stray files that I
believe should not be checked in. Mainly, it updates the output of the
various examples. Additionally, it updates some .h files in lib.

Lex Spoon
commit f83f66e1585aba839bbbf0b27a9c016883f9ba95
Author: Lex Spoon <[email protected]>
Date:   Tue Feb 27 16:35:55 2024 -0500

    Update .gitignore files

diff --git a/examples/c++/.gitignore b/examples/c++/.gitignore
index 85bf7528..5408f5df 100644
--- a/examples/c++/.gitignore
+++ b/examples/c++/.gitignore
@@ -1 +1,13 @@
 /simple.yy
+/simple
+/simple.cc
+/simple.hh
+/simple.output
+/variant
+/variant-11
+/variant-11.cc
+/variant-11.hh
+/variant-11.output
+/variant.cc
+/variant.hh
+/variant.output
diff --git a/examples/c++/glr/.gitignore b/examples/c++/glr/.gitignore
new file mode 100644
index 00000000..302fe632
--- /dev/null
+++ b/examples/c++/glr/.gitignore
@@ -0,0 +1,5 @@
+/c++-types
+/c++-types.cc
+/c++-types.hh
+/c++-types.output
+/location.hh
diff --git a/examples/c/bistromathic/.gitignore b/examples/c/bistromathic/.gitignore
new file mode 100644
index 00000000..56be7725
--- /dev/null
+++ b/examples/c/bistromathic/.gitignore
@@ -0,0 +1,4 @@
+/bistromathic
+/parse.c
+/parse.h
+/parse.output
diff --git a/examples/c/calc/.gitignore b/examples/c/calc/.gitignore
new file mode 100644
index 00000000..449581e6
--- /dev/null
+++ b/examples/c/calc/.gitignore
@@ -0,0 +1,4 @@
+/calc
+/calc.c
+/calc.h
+/calc.output
diff --git a/examples/c/glr/.gitignore b/examples/c/glr/.gitignore
new file mode 100644
index 00000000..9b7dc51f
--- /dev/null
+++ b/examples/c/glr/.gitignore
@@ -0,0 +1,4 @@
+/c++-types
+/c++-types.c
+/c++-types.h
+/c++-types.output
diff --git a/examples/c/lexcalc/.gitignore b/examples/c/lexcalc/.gitignore
new file mode 100644
index 00000000..ff380264
--- /dev/null
+++ b/examples/c/lexcalc/.gitignore
@@ -0,0 +1,5 @@
+/lexcalc
+/parse.c
+/parse.h
+/parse.output
+/scan.c
diff --git a/examples/c/modes/.gitignore b/examples/c/modes/.gitignore
new file mode 100644
index 00000000..1bf3e3e8
--- /dev/null
+++ b/examples/c/modes/.gitignore
@@ -0,0 +1,7 @@
+/modes
+/modes.c
+/modes.gv
+/modes.h
+/modes.html
+/modes.output
+/modes.xml
diff --git a/examples/c/pushcalc/.gitignore b/examples/c/pushcalc/.gitignore
new file mode 100644
index 00000000..449581e6
--- /dev/null
+++ b/examples/c/pushcalc/.gitignore
@@ -0,0 +1,4 @@
+/calc
+/calc.c
+/calc.h
+/calc.output
diff --git a/examples/c/reccalc/.gitignore b/examples/c/reccalc/.gitignore
index ebb52741..1b9c68bc 100644
--- a/examples/c/reccalc/.gitignore
+++ b/examples/c/reccalc/.gitignore
@@ -1,2 +1,6 @@
 /scan.c
 /scan.h
+/parse.c
+/parse.h
+/parse.output
+/reccalc
diff --git a/examples/java/.gitignore b/examples/java/.gitignore
new file mode 100644
index 00000000..7d7303e3
--- /dev/null
+++ b/examples/java/.gitignore
@@ -0,0 +1 @@
+**.class
diff --git a/examples/java/calc/.gitignore b/examples/java/calc/.gitignore
new file mode 100644
index 00000000..5ed9cd33
--- /dev/null
+++ b/examples/java/calc/.gitignore
@@ -0,0 +1 @@
+Calc.java
diff --git a/examples/java/simple/.gitignore b/examples/java/simple/.gitignore
new file mode 100644
index 00000000..5ed9cd33
--- /dev/null
+++ b/examples/java/simple/.gitignore
@@ -0,0 +1 @@
+Calc.java
diff --git a/lib/.gitignore b/lib/.gitignore
index 9f15868f..80465124 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -67,6 +67,7 @@
 /configmake.h
 /diffseq.h
 /dirent-private.h
+/dirent.h
 /dirent.in.h
 /dirfd.c
 /dirname-lgpl.c
@@ -164,6 +165,8 @@
 /gl_anytreehash_list2.h
 /gl_array_list.c
 /gl_array_list.h
+/gl_carray_list.c
+/gl_carray_list.h
 /gl_hash_map.c
 /gl_hash_map.h
 /gl_linked_list.c

Reply via email to