]> code.delx.au - gnu-emacs/blobdiff - .gitignore
Generate a ChangeLog file from commit logs
[gnu-emacs] / .gitignore
index 989bbb021228bd51395d12ad6679fe3f14637b00..67d286535495f8ca0e7a35523588c6700ca59e4b 100644 (file)
@@ -1,6 +1,6 @@
 # Files that Git should ignore in the Emacs source directory.
 
-# Copyright 2009-2014 Free Software Foundation, Inc.
+# Copyright 2009-2015 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 
+# Currently we assume only Git 1.7.1 (April 2010) or later, so this
+# file does not rely on "**" in patterns.  The "**" feature was added
+# in Git 1.8.2 (March 2013).
+
+
 # Built by 'autogen.sh'.
 /aclocal.m4
 /configure
@@ -36,13 +41,14 @@ InfoPlist.strings
 Makefile
 !admin/charsets/Makefile
 !etc/refcards/Makefile
-!test/automated/flymake/warnpred/Makefile
+!test/automated/data/flymake/Makefile
 !test/indent/Makefile
 makefile
 /*.cache
 /confdefs.h
 /config.status
 /configure.lineno
+/conftest*
 src/config.h
 src/epaths.h
 
@@ -59,10 +65,8 @@ lib/getopt.h
 lib/inttypes.h
 lib/libgnu.a
 lib/signal.h
-lib/stdalign.h
-lib/stdint.h
-lib/stdio.h
-lib/stdlib.h
+lib/std*.h
+!lib/std*.in.h
 lib/string.h
 lib/sys/
 lib/time.h
@@ -72,10 +76,10 @@ src/buildobj.h
 src/globals.h
 
 # Lisp-level sources built by 'make'.
+*cus-load.el
+*loaddefs.el
 leim/changed.misc
 leim/changed.tit
-lisp/**/*cus-load.el
-lisp/**/*loaddefs.el
 lisp/cedet/semantic/bovine/c-by.el
 lisp/cedet/semantic/bovine/make-by.el
 lisp/cedet/semantic/bovine/scm-by.el
@@ -117,8 +121,6 @@ deps/
 # Logs and temporaries.
 *.log
 *.tmp
-# Created by MS-DOS builds
-src/_gdbinit
 
 # Time stamps.
 stamp_BLD
@@ -142,6 +144,7 @@ src/*.map
 
 # Tests.
 test/indent/*.new
+test/biditest.txt
 
 # ctags, etags.
 TAGS
@@ -221,8 +224,11 @@ lisp/international/uni-*.el
 *.tps
 *.vr
 *.vrs
+doc/emacs/emacsver.texi
+doc/man/emacs.1
 doc/misc/cc-mode.ss
 etc/DOC
+etc/refcards/emacsver.tex
 info/dir
 
 # Version control and locks.
@@ -230,6 +236,8 @@ info/dir
 *.rej
 *~
 .#*
+\#*\#
+ChangeLog
 [0-9]*.patch
 
 # Built by 'make install'.
@@ -253,5 +261,7 @@ lib/SYS/
 /README.W32
 /share/
 /site-lisp/
+nt/emacs.rc
+nt/emacsclient.rc
 src/gdb.ini
 /var/