emacs-devel
[Top][All Lists]
Advanced

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

[PATCH] Ignore files generated by regression testing


From: Lee Duhem
Subject: [PATCH] Ignore files generated by regression testing
Date: Thu, 20 Nov 2014 11:35:17 +0800

Hi,

This patch adds some patterns in `.gitignore' to ignore files
generated during regression
testing.

OK to commit?

Sincerely,
lee

* .gitignore: Ignore files generated by regression testing.
---
 .gitignore | 3 +++
 ChangeLog  | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 1fb7d49..235e1fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -81,3 +81,6 @@ lwlib/deps/
 lwlib/liblw.a
 leim/changed.misc
 leim/changed.tit
+test/automated/*.elc
+test/automated/*.log
+test/automated/**/a.out
diff --git a/ChangeLog b/ChangeLog
index 749c020..4c3c91a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-20  Lee Duhem  <address@hidden>
+
+ * .gitignore: Ignore files generated by regression testing.
+
 2014-11-19  Dani Moncayo  <address@hidden>

  * build-aux/msys-to-w32: Simplify implementation and docstring;
-- 
1.9.3



reply via email to

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