emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7ff8c5c: Minor .gitignore fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 7ff8c5c: Minor .gitignore fixes
Date: Fri, 19 May 2017 13:44:03 -0400 (EDT)

branch: master
commit 7ff8c5cae02afa511d11b4b32d1a56f7070bfb97
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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.
---
 .gitignore | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index fa93534..6dd2112 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,11 +34,11 @@ InfoPlist.strings
 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
@@ -132,7 +132,6 @@ src/gl-stamp
 *.o
 *.res
 *.so
-[0-9]*.core
 core
 core.*[0-9]
 gmon.out
@@ -141,12 +140,12 @@ oo-spd/
 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
@@ -244,6 +243,7 @@ gnustmp*
 # Version control and locks.
 *.orig
 *.rej
+*.swp
 *~
 .#*
 \#*\#



reply via email to

[Prev in Thread] Current Thread [Next in Thread]