* .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.
Makefile
makefile
!etc/refcards/Makefile
-!modules/mod-test/Makefile
+!test/data/emacs-module/Makefile
!test/lisp/progmodes/flymake-resources/Makefile
-!test/manual/indent/Makefile
!test/manual/etags/Makefile
!test/manual/etags/make-src/Makefile
+!test/manual/indent/Makefile
/*.cache
/confdefs.h
/config.status
*.o
*.res
*.so
-[0-9]*.core
core
core.*[0-9]
gmon.out
src/*.map
# Tests.
-test/indent/*.new
test/manual/biditest.txt
test/manual/etags/srclist
test/manual/etags/regexfile
test/manual/etags/ETAGS
test/manual/etags/CTAGS
+test/manual/indent/*.new
# ctags, etags.
TAGS
# Version control and locks.
*.orig
*.rej
+*.swp
*~
.#*
\#*\#