unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Let git ignore src/temacs* not just src/temacs
@ 2019-05-18 14:49 Bastien
  2019-05-18 16:10 ` Stefan Monnier
  2019-05-18 17:24 ` Paul Eggert
  0 siblings, 2 replies; 5+ messages in thread
From: Bastien @ 2019-05-18 14:49 UTC (permalink / raw)
  To: emacs-devel

[-- 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

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

end of thread, other threads:[~2019-05-18 18:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-18 14:49 [PATCH] Let git ignore src/temacs* not just src/temacs Bastien
2019-05-18 16:10 ` Stefan Monnier
2019-05-18 17:24 ` Paul Eggert
2019-05-18 17:29   ` Paul Eggert
2019-05-18 18:23     ` Bastien

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).