dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Update .gitignore


From: Tom Tromey
Subject: [PATCH] Update .gitignore
Date: Sun, 24 May 2020 11:55:03 -0600

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  <address@hidden>
+
+       * .gitignore: Add files.
+
 2020-05-20 Jacob Bachmeyer <address@hidden>
 
     * testsuite/runtest.libs/target.test: Use mockutil.tcl.
-- 
2.17.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]