aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-05-19 10:38:22 -0700
committerPaul Eggert2017-05-19 10:43:58 -0700
commit7ff8c5cae02afa511d11b4b32d1a56f7070bfb97 (patch)
tree0a0a0e3a509b232b67ddca4b33cc82a41bf8a817
parentc7391db7dbafc674ff393f8f9fbdb018e0126380 (diff)
downloademacs-7ff8c5cae02afa511d11b4b32d1a56f7070bfb97.tar.gz
emacs-7ff8c5cae02afa511d11b4b32d1a56f7070bfb97.zip
Minor .gitignore fixes
* .gitignore: modules/mod-test/Makefile was renamed to test/data/emacs-module/Makefile. Omit [0-9]*.core, subsumed by *.core. test/indent/*.new was renamed to test/manual/indent/*.new. Add *.swp, for Vim.
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index fa9353453ce..6dd21124e8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,11 +34,11 @@ InfoPlist.strings
34Makefile 34Makefile
35makefile 35makefile
36!etc/refcards/Makefile 36!etc/refcards/Makefile
37!modules/mod-test/Makefile 37!test/data/emacs-module/Makefile
38!test/lisp/progmodes/flymake-resources/Makefile 38!test/lisp/progmodes/flymake-resources/Makefile
39!test/manual/indent/Makefile
40!test/manual/etags/Makefile 39!test/manual/etags/Makefile
41!test/manual/etags/make-src/Makefile 40!test/manual/etags/make-src/Makefile
41!test/manual/indent/Makefile
42/*.cache 42/*.cache
43/confdefs.h 43/confdefs.h
44/config.status 44/config.status
@@ -132,7 +132,6 @@ src/gl-stamp
132*.o 132*.o
133*.res 133*.res
134*.so 134*.so
135[0-9]*.core
136core 135core
137core.*[0-9] 136core.*[0-9]
138gmon.out 137gmon.out
@@ -141,12 +140,12 @@ oo-spd/
141src/*.map 140src/*.map
142 141
143# Tests. 142# Tests.
144test/indent/*.new
145test/manual/biditest.txt 143test/manual/biditest.txt
146test/manual/etags/srclist 144test/manual/etags/srclist
147test/manual/etags/regexfile 145test/manual/etags/regexfile
148test/manual/etags/ETAGS 146test/manual/etags/ETAGS
149test/manual/etags/CTAGS 147test/manual/etags/CTAGS
148test/manual/indent/*.new
150 149
151# ctags, etags. 150# ctags, etags.
152TAGS 151TAGS
@@ -244,6 +243,7 @@ gnustmp*
244# Version control and locks. 243# Version control and locks.
245*.orig 244*.orig
246*.rej 245*.rej
246*.swp
247*~ 247*~
248.#* 248.#*
249\#*\# 249\#*\#