diff options
| author | Paul Eggert | 2014-11-21 09:11:25 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-21 09:18:08 -0800 |
| commit | d24e558f7700fa07f014c73f284f5185f8de427b (patch) | |
| tree | 1cc6819c4978d42e417716baecd197573f70d8da /ChangeLog | |
| parent | 04ed42002130c7ae940eea8d5b9af9e11a60a055 (diff) | |
| download | emacs-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-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
| @@ -1,3 +1,23 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-11-21 Eli Zaretskii <eliz@gnu.org> | 21 | 2014-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 |