unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Ignore files generated by regression testing
@ 2014-11-20  3:35 Lee Duhem
  2014-11-20  3:48 ` Glenn Morris
  0 siblings, 1 reply; 8+ messages in thread
From: Lee Duhem @ 2014-11-20  3:35 UTC (permalink / raw)
  To: Emacs Devel

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  <lee.duhem@gmail.com>
+
+ * .gitignore: Ignore files generated by regression testing.
+
 2014-11-19  Dani Moncayo  <dmoncayo@gmail.com>

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



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-11-21 10:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20  3:35 [PATCH] Ignore files generated by regression testing Lee Duhem
2014-11-20  3:48 ` Glenn Morris
2014-11-20  5:28   ` Lee Duhem
2014-11-20 20:44     ` Paul Eggert
2014-11-20 20:56       ` Glenn Morris
2014-11-21  8:09         ` Paul Eggert
2014-11-21  8:57           ` Eli Zaretskii
2014-11-21 10:18           ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).