diff options
| author | Paul Eggert | 2015-05-24 08:04:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-05-24 08:07:58 -0700 |
| commit | efa6f10a8efe6a917dd6d416a1a6626d12fc7942 (patch) | |
| tree | fbb22962d64b566e5f0394716fc9c06610f59966 | |
| parent | 319d65c7f95bd3847dae53f02cb11213309e3e23 (diff) | |
| download | emacs-efa6f10a8efe6a917dd6d416a1a6626d12fc7942.tar.gz emacs-efa6f10a8efe6a917dd6d416a1a6626d12fc7942.zip | |
.gitignore tweaks
* .gitignore: Ignore all *.stamp files. Sort.
Ignore [0-9]*.txt (commonly used name for git patches)
and /vc-dwim-log-* (vc-dwim temporary).
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 2548318984d..2f47e3c4f15 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -116,8 +116,6 @@ lisp/leim/quail/tsang-b5.el | |||
| 116 | lisp/leim/quail/tsang-cns.el | 116 | lisp/leim/quail/tsang-cns.el |
| 117 | lisp/subdirs.el | 117 | lisp/subdirs.el |
| 118 | 118 | ||
| 119 | etc/charsets/*.map | ||
| 120 | |||
| 121 | # Dependencies. | 119 | # Dependencies. |
| 122 | .deps/ | 120 | .deps/ |
| 123 | deps/ | 121 | deps/ |
| @@ -127,6 +125,7 @@ deps/ | |||
| 127 | *.tmp | 125 | *.tmp |
| 128 | 126 | ||
| 129 | # Time stamps. | 127 | # Time stamps. |
| 128 | *.stamp | ||
| 130 | stamp_BLD | 129 | stamp_BLD |
| 131 | src/gl-stamp | 130 | src/gl-stamp |
| 132 | src/stamp-h.in | 131 | src/stamp-h.in |
| @@ -191,13 +190,13 @@ src/emacs-[0-9]* | |||
| 191 | src/temacs | 190 | src/temacs |
| 192 | 191 | ||
| 193 | # Character-set info. | 192 | # Character-set info. |
| 194 | admin/charsets/charsets.stamp | ||
| 195 | admin/charsets/jisx2131-filter | 193 | admin/charsets/jisx2131-filter |
| 196 | admin/unidata/unidata.txt | 194 | admin/unidata/unidata.txt |
| 195 | etc/charsets/*.map | ||
| 197 | lisp/international/charprop.el | 196 | lisp/international/charprop.el |
| 198 | lisp/international/uni-*.el | ||
| 199 | lisp/international/cp51932.el | 197 | lisp/international/cp51932.el |
| 200 | lisp/international/eucjp-ms.el | 198 | lisp/international/eucjp-ms.el |
| 199 | lisp/international/uni-*.el | ||
| 201 | 200 | ||
| 202 | # Documentation. | 201 | # Documentation. |
| 203 | *.aux | 202 | *.aux |
| @@ -252,6 +251,8 @@ gnustmp* | |||
| 252 | \#*\# | 251 | \#*\# |
| 253 | ChangeLog | 252 | ChangeLog |
| 254 | [0-9]*.patch | 253 | [0-9]*.patch |
| 254 | [0-9]*.txt | ||
| 255 | /vc-dwim-log-* | ||
| 255 | 256 | ||
| 256 | # Built by 'make install'. | 257 | # Built by 'make install'. |
| 257 | etc/emacs.tmpdesktop | 258 | etc/emacs.tmpdesktop |