From: Bastien <bzg@gnu.org>
To: emacs-devel@gnu.org
Subject: [PATCH] Let git ignore src/temacs* not just src/temacs
Date: Sat, 18 May 2019 16:49:14 +0200 [thread overview]
Message-ID: <87pnof95sl.fsf@gnu.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 177 bytes --]
I found a remaining src/temacs.in that is not ignored right now.
I suggest ignoring src/temacs*, not just src/temacs.
Let me know if I can apply the following patch.
Thanks!
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gitignore.patch --]
[-- Type: text/x-diff, Size: 307 bytes --]
diff --git a/.gitignore b/.gitignore
index 88b29760b7..dd68a478ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -184,7 +184,7 @@ nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
src/bootstrap-emacs
src/emacs
src/emacs-[0-9]*
-src/temacs
+src/temacs*
src/fingerprint.c
src/dmpstruct.h
src/*.pdmp
[-- Attachment #3: Type: text/plain, Size: 14 bytes --]
--
Bastien
next reply other threads:[~2019-05-18 14:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-18 14:49 Bastien [this message]
2019-05-18 16:10 ` [PATCH] Let git ignore src/temacs* not just src/temacs Stefan Monnier
2019-05-18 17:24 ` Paul Eggert
2019-05-18 17:29 ` Paul Eggert
2019-05-18 18:23 ` Bastien
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=87pnof95sl.fsf@gnu.org \
--to=bzg@gnu.org \
--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.