I noticed a few generated files in "git status", so I wrote this patch
to add them to .gitignore.
---
 .gitignore | 4 ++++
 ChangeLog  | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/.gitignore b/.gitignore
index 48bcdd2..459bf60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,7 @@ TAGS
 *.la
 *.o
 *autom4te.cache
+.deps
+Makefile
+config.log
+config.status
diff --git a/ChangeLog b/ChangeLog
index 6d9bf1f..c725e46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-05-24  Tom Tromey  <t...@tromey.com>
+
+       * .gitignore: Add files.
+
 2020-05-20 Jacob Bachmeyer <jcb62281+...@gmail.com>
 
     * testsuite/runtest.libs/target.test: Use mockutil.tcl.
-- 
2.17.2


Reply via email to