From: Lee Duhem <lee.duhem@gmail.com>
To: Emacs Devel <emacs-devel@gnu.org>
Subject: [PATCH] Ignore files generated by regression testing
Date: Thu, 20 Nov 2014 11:35:17 +0800 [thread overview]
Message-ID: <CAOSer0A3zeDUN=y9caCD_abPChMd8FNTWHQ9sQSnTxgLnasbfw@mail.gmail.com> (raw)
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
next reply other threads:[~2014-11-20 3:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-20 3:35 Lee Duhem [this message]
2014-11-20 3:48 ` [PATCH] Ignore files generated by regression testing 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAOSer0A3zeDUN=y9caCD_abPChMd8FNTWHQ9sQSnTxgLnasbfw@mail.gmail.com' \
--to=lee.duhem@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.