aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-11-21 09:11:25 -0800
committerPaul Eggert2014-11-21 09:18:08 -0800
commitd24e558f7700fa07f014c73f284f5185f8de427b (patch)
tree1cc6819c4978d42e417716baecd197573f70d8da /ChangeLog
parent04ed42002130c7ae940eea8d5b9af9e11a60a055 (diff)
downloademacs-d24e558f7700fa07f014c73f284f5185f8de427b.tar.gz
emacs-d24e558f7700fa07f014c73f284f5185f8de427b.zip
Add more of the old .bzrignore to .gitignore.
Plus a few more .gitignore improvements. * .gitignore: Add copyright notice, since it's big enough. Put exceptions immediately after the patterns they're exceptions to, to make them easier to follow. Give four exceptions for the Makefile pattern. Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS, GTAGS, ID, *.exe, some nextstep-related files, jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/, /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/, /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/. Ignore /configure.lineno, since POSIX requires LINENO only with the User Portability Utilities option. Ignore *cust-load.el and *loaddefs.el only under lisp. Ignore core files of various flavors. Do not ignore etc/refcards/gnus-logo.pdf.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9de94076e6e..22f0698a1f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
12014-11-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 Add more of the old .bzrignore to .gitignore.
4 Plus a few more .gitignore improvements.
5 * .gitignore: Add copyright notice, since it's big enough.
6 Put exceptions immediately after the patterns they're exceptions
7 to, to make them easier to follow.
8 Give four exceptions for the Makefile pattern.
9 Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS,
10 GTAGS, ID, *.exe, some nextstep-related files,
11 jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h
12 _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/,
13 /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/,
14 /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/.
15 Ignore /configure.lineno, since POSIX requires
16 LINENO only with the User Portability Utilities option.
17 Ignore *cust-load.el and *loaddefs.el only under lisp.
18 Ignore core files of various flavors.
19 Do not ignore etc/refcards/gnus-logo.pdf.
20
12014-11-21 Eli Zaretskii <eliz@gnu.org> 212014-11-21 Eli Zaretskii <eliz@gnu.org>
2 22
3 * .gitignore: Add back src/_gdbinit, which is a temporary file 23 * .gitignore: Add back src/_gdbinit, which is a temporary file