diff options
| author | Paul Eggert | 2017-05-19 10:38:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-05-19 10:43:58 -0700 |
| commit | 7ff8c5cae02afa511d11b4b32d1a56f7070bfb97 (patch) | |
| tree | 0a0a0e3a509b232b67ddca4b33cc82a41bf8a817 | |
| parent | c7391db7dbafc674ff393f8f9fbdb018e0126380 (diff) | |
| download | emacs-7ff8c5cae02afa511d11b4b32d1a56f7070bfb97.tar.gz emacs-7ff8c5cae02afa511d11b4b32d1a56f7070bfb97.zip | |
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.
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index fa9353453ce..6dd21124e8c 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -34,11 +34,11 @@ InfoPlist.strings | |||
| 34 | Makefile | 34 | Makefile |
| 35 | makefile | 35 | makefile |
| 36 | !etc/refcards/Makefile | 36 | !etc/refcards/Makefile |
| 37 | !modules/mod-test/Makefile | 37 | !test/data/emacs-module/Makefile |
| 38 | !test/lisp/progmodes/flymake-resources/Makefile | 38 | !test/lisp/progmodes/flymake-resources/Makefile |
| 39 | !test/manual/indent/Makefile | ||
| 40 | !test/manual/etags/Makefile | 39 | !test/manual/etags/Makefile |
| 41 | !test/manual/etags/make-src/Makefile | 40 | !test/manual/etags/make-src/Makefile |
| 41 | !test/manual/indent/Makefile | ||
| 42 | /*.cache | 42 | /*.cache |
| 43 | /confdefs.h | 43 | /confdefs.h |
| 44 | /config.status | 44 | /config.status |
| @@ -132,7 +132,6 @@ src/gl-stamp | |||
| 132 | *.o | 132 | *.o |
| 133 | *.res | 133 | *.res |
| 134 | *.so | 134 | *.so |
| 135 | [0-9]*.core | ||
| 136 | core | 135 | core |
| 137 | core.*[0-9] | 136 | core.*[0-9] |
| 138 | gmon.out | 137 | gmon.out |
| @@ -141,12 +140,12 @@ oo-spd/ | |||
| 141 | src/*.map | 140 | src/*.map |
| 142 | 141 | ||
| 143 | # Tests. | 142 | # Tests. |
| 144 | test/indent/*.new | ||
| 145 | test/manual/biditest.txt | 143 | test/manual/biditest.txt |
| 146 | test/manual/etags/srclist | 144 | test/manual/etags/srclist |
| 147 | test/manual/etags/regexfile | 145 | test/manual/etags/regexfile |
| 148 | test/manual/etags/ETAGS | 146 | test/manual/etags/ETAGS |
| 149 | test/manual/etags/CTAGS | 147 | test/manual/etags/CTAGS |
| 148 | test/manual/indent/*.new | ||
| 150 | 149 | ||
| 151 | # ctags, etags. | 150 | # ctags, etags. |
| 152 | TAGS | 151 | TAGS |
| @@ -244,6 +243,7 @@ gnustmp* | |||
| 244 | # Version control and locks. | 243 | # Version control and locks. |
| 245 | *.orig | 244 | *.orig |
| 246 | *.rej | 245 | *.rej |
| 246 | *.swp | ||
| 247 | *~ | 247 | *~ |
| 248 | .#* | 248 | .#* |
| 249 | \#*\# | 249 | \#*\# |