[RFC 01/14] Add a .gitignore

Tom Tromey <[email protected]> Sat, 19 Aug 2023 11:42:00 -0600
Newsgroups gmane.comp.tools.cgen.devel
Message-ID <[email protected]>
Add a .gitignore to make 'git status' easier to read.
---
 .gitignore | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f8a37bb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+Makefile
+config.log
+config.status
+stamp-cgen
+autom4te.cache
+*.info
+*.tmp
+*.out
+testsuite/*.cpu
+testsuite/test-utils.sh
+*~
+
+# In case someone runs automake -a locally.
+config.guess
+config.sub
+install-sh
+missing
-- 
2.41.0