diff options
| author | Paul Eggert | 2014-11-17 17:56:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-17 17:58:28 -0800 |
| commit | 342bc0e04b68d9c52503816bedaf67c9e77be8d2 (patch) | |
| tree | 1f4ffa3d53d528ed0b0497e4b7883cce10d56ad8 | |
| parent | 81e0cca7bbc99dbfda898a8aaab740ae121cf045 (diff) | |
| download | emacs-342bc0e04b68d9c52503816bedaf67c9e77be8d2.tar.gz emacs-342bc0e04b68d9c52503816bedaf67c9e77be8d2.zip | |
.gitignore cleanup.
* .gitignore: Merge contents of subsidiary files and organize the
result so as to avoid duplication. Remove no-longer needed entries.
* admin/charsets/.gitignore, admin/unidata/.gitignore:
* doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore:
* leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore:
* lisp/calc/.gitignore, lisp/calendar/.gitignore:
* lisp/cedet/.gitignore, lisp/emulation/.gitignore:
* lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore:
* lisp/international/.gitignore, lisp/language/.gitignore:
* lisp/leim/.gitignore, lisp/leim/quail/.gitignore:
* lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore:
* lisp/nxml/.gitignore, lisp/obsolete/.gitignore:
* lisp/play/.gitignore, lisp/progmodes/.gitignore:
* lisp/term/.gitignore, lisp/textmodes/.gitignore:
* lisp/url/.gitignore, nt/.gitignore, src/.gitignore:
Remove; no longer needed.
33 files changed, 165 insertions, 201 deletions
diff --git a/.gitignore b/.gitignore index 7f6aca7e0b0..bd48c284ed2 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -1,48 +1,24 @@ | |||
| 1 | **/Makefile | 1 | # Built by 'autogen.sh'. |
| 2 | **/makefile | 2 | /aclocal.m4 |
| 3 | 3 | /configure | |
| 4 | configure | 4 | build-aux/compile |
| 5 | aclocal.m4 | 5 | build-aux/config.guess |
| 6 | compile | 6 | build-aux/config.sub |
| 7 | config.guess | 7 | build-aux/depcomp |
| 8 | config.sub | 8 | build-aux/install-sh |
| 9 | depcomp | 9 | build-aux/missing |
| 10 | install-sh | ||
| 11 | missing | ||
| 12 | lib/Makefile.in | 10 | lib/Makefile.in |
| 13 | src/config.in | 11 | src/config.in |
| 14 | autom4te.cache | ||
| 15 | TAGS | ||
| 16 | *~ | ||
| 17 | .#* | ||
| 18 | /README.W32 | ||
| 19 | 12 | ||
| 20 | /bin/ | 13 | # Built by 'configure'. |
| 21 | /site-lisp/ | 14 | Makefile |
| 22 | /leim/ja-dic/ | 15 | makefile |
| 23 | etc/refcards/*.aux | 16 | /*.cache |
| 24 | etc/refcards/*.log | 17 | /config.status |
| 25 | info/dir | 18 | src/config.h |
| 26 | info/*.info | 19 | src/epaths.h |
| 27 | test/biditest.txt | ||
| 28 | 20 | ||
| 29 | config.log | 21 | # C-level sources built by 'make'. |
| 30 | config.status | ||
| 31 | config.cache | ||
| 32 | lib-src/blessmail | ||
| 33 | lib-src/ctags | ||
| 34 | lib-src/ebrowse | ||
| 35 | lib-src/emacsclient | ||
| 36 | lib-src/etags | ||
| 37 | lib-src/hexl | ||
| 38 | lib-src/make-docfile | ||
| 39 | lib-src/movemail | ||
| 40 | lib-src/profile | ||
| 41 | lib-src/test-distrib | ||
| 42 | lib-src/update-game-score | ||
| 43 | *.o | ||
| 44 | *.exe | ||
| 45 | *.res | ||
| 46 | lib/alloca.h | 22 | lib/alloca.h |
| 47 | lib/arg-nonnull.h | 23 | lib/arg-nonnull.h |
| 48 | lib/byteswap.h | 24 | lib/byteswap.h |
| @@ -55,59 +31,143 @@ lib/getopt.h | |||
| 55 | lib/inttypes.h | 31 | lib/inttypes.h |
| 56 | lib/libgnu.a | 32 | lib/libgnu.a |
| 57 | lib/signal.h | 33 | lib/signal.h |
| 34 | lib/stdalign.h | ||
| 58 | lib/stdio.h | 35 | lib/stdio.h |
| 59 | lib/stdlib.h | 36 | lib/stdlib.h |
| 60 | lib/stdalign.h | ||
| 61 | lib/string.h | 37 | lib/string.h |
| 62 | lib/sys/ | 38 | lib/sys/ |
| 63 | lib/time.h | 39 | lib/time.h |
| 64 | lib/unistd.h | 40 | lib/unistd.h |
| 65 | lib/warn-on-use.h | 41 | lib/warn-on-use.h |
| 42 | src/buildobj.h | ||
| 43 | src/globals.h | ||
| 44 | |||
| 45 | # Lisp-level sources built by 'make'. | ||
| 46 | *cus-load.el | ||
| 47 | *loaddefs.el | ||
| 48 | leim/changed.misc | ||
| 49 | leim/changed.tit | ||
| 50 | lisp/cedet/semantic/bovine/c-by.el | ||
| 51 | lisp/cedet/semantic/bovine/make-by.el | ||
| 52 | lisp/cedet/semantic/bovine/scm-by.el | ||
| 53 | lisp/cedet/semantic/wisent/javat-wy.el | ||
| 54 | lisp/cedet/semantic/wisent/js-wy.el | ||
| 55 | lisp/cedet/semantic/wisent/python-wy.el | ||
| 56 | lisp/cedet/srecode/srt-wy.el | ||
| 57 | lisp/eshell/esh-groups.el | ||
| 58 | lisp/finder-inf.el | ||
| 59 | lisp/leim/ja-dic/ | ||
| 60 | lisp/leim/leim-list.el | ||
| 61 | lisp/leim/quail/4Corner.el | ||
| 62 | lisp/leim/quail/ARRAY30.el | ||
| 63 | lisp/leim/quail/CCDOSPY.el | ||
| 64 | lisp/leim/quail/CTLau.el | ||
| 65 | lisp/leim/quail/CTLau-b5.el | ||
| 66 | lisp/leim/quail/ECDICT.el | ||
| 67 | lisp/leim/quail/ETZY.el | ||
| 68 | lisp/leim/quail/PY-b5.el | ||
| 69 | lisp/leim/quail/PY.el | ||
| 70 | lisp/leim/quail/Punct.el | ||
| 71 | lisp/leim/quail/Punct-b5.el | ||
| 72 | lisp/leim/quail/QJ.el | ||
| 73 | lisp/leim/quail/QJ-b5.el | ||
| 74 | lisp/leim/quail/SW.el | ||
| 75 | lisp/leim/quail/TONEPY.el | ||
| 76 | lisp/leim/quail/ZIRANMA.el | ||
| 77 | lisp/leim/quail/ZOZY.el | ||
| 78 | lisp/leim/quail/quick-b5.el | ||
| 79 | lisp/leim/quail/quick-cns.el | ||
| 80 | lisp/leim/quail/tsang-b5.el | ||
| 81 | lisp/leim/quail/tsang-cns.el | ||
| 82 | lisp/subdirs.el | ||
| 83 | |||
| 84 | # Dependencies. | ||
| 85 | .deps/ | ||
| 86 | deps/ | ||
| 87 | |||
| 88 | # Temporaries. | ||
| 89 | *.tmp | ||
| 90 | |||
| 91 | # Time stamps. | ||
| 92 | stamp_BLD | ||
| 93 | src/gl-stamp | ||
| 94 | src/stamp-h.in | ||
| 95 | src/stamp-h1 | ||
| 96 | |||
| 97 | # Object files and debugging. | ||
| 98 | *.a | ||
| 99 | *.elc | ||
| 100 | *.o | ||
| 101 | oo/ | ||
| 102 | oo-spd/ | ||
| 103 | src/*.map | ||
| 104 | |||
| 105 | # Executables. | ||
| 106 | lib-src/blessmail | ||
| 107 | lib-src/ctags | ||
| 108 | lib-src/ebrowse | ||
| 109 | lib-src/emacsclient | ||
| 110 | lib-src/etags | ||
| 111 | lib-src/hexl | ||
| 112 | lib-src/make-docfile | ||
| 113 | lib-src/movemail | ||
| 114 | lib-src/profile | ||
| 115 | lib-src/test-distrib | ||
| 116 | lib-src/update-game-score | ||
| 66 | src/bootstrap-emacs | 117 | src/bootstrap-emacs |
| 67 | src/deps/ | ||
| 68 | src/emacs | 118 | src/emacs |
| 69 | src/emacs-[0-9]* | 119 | src/emacs-[0-9]* |
| 70 | src/gl-stamp | ||
| 71 | src/globals.h | ||
| 72 | src/stamp-h1 | ||
| 73 | src/temacs | 120 | src/temacs |
| 74 | src/temacs.map | 121 | |
| 75 | src/temacs.tmp | 122 | # Character-set info. |
| 76 | doc/*/*.aux | 123 | admin/charsets/*.el |
| 77 | doc/*/*.cm | 124 | admin/charsets/*.map |
| 78 | doc/*/*.cms | 125 | admin/unidata/unidata.txt |
| 79 | doc/*/*.cp | 126 | lisp/international/charprop.el |
| 80 | doc/*/*.cps | 127 | lisp/international/uni-*.el |
| 81 | doc/*/*.dvi | 128 | |
| 82 | doc/*/*.fn | 129 | # Documentation. |
| 83 | doc/*/*.fns | 130 | *.aux |
| 84 | doc/*/*.html | 131 | *.cm |
| 85 | doc/*/*.ky | 132 | *.cms |
| 86 | doc/*/*.kys | 133 | *.cp |
| 87 | doc/*/*.log | 134 | *.cps |
| 88 | doc/*/*.op | 135 | *.dvi |
| 89 | doc/*/*.ops | 136 | *.fn |
| 90 | doc/*/*.pdf | 137 | *.fns |
| 91 | doc/*/*.pg | 138 | *.html |
| 92 | doc/*/*.pgs | 139 | *.info |
| 93 | doc/*/*.pj | 140 | *.ky |
| 94 | doc/*/*.pjs | 141 | *.kys |
| 95 | doc/*/*.ps | 142 | *.log |
| 96 | doc/*/*.sc | 143 | *.op |
| 97 | doc/*/*.scs | 144 | *.ops |
| 98 | doc/*/*.tg | 145 | |
| 99 | doc/*/*.tgs | 146 | *.pg |
| 100 | doc/*/*.tmp | 147 | *.pgs |
| 101 | doc/*/*.toc | 148 | *.pj |
| 102 | doc/*/*.tp | 149 | *.pjs |
| 103 | doc/*/*.tps | 150 | *.ps |
| 104 | doc/*/*.vr | 151 | *.sc |
| 105 | doc/*/*.vrs | 152 | *.scs |
| 106 | doc/*/texput.log | 153 | *.tg |
| 154 | *.tgs | ||
| 155 | *.toc | ||
| 156 | *.tp | ||
| 157 | *.tps | ||
| 158 | *.vr | ||
| 159 | *.vrs | ||
| 160 | !doc/lispintro/cons-*.pdf | ||
| 161 | !doc/lispintro/drawers.pdf | ||
| 162 | !doc/lispintro/lambda-*.pdf | ||
| 107 | doc/misc/cc-mode.ss | 163 | doc/misc/cc-mode.ss |
| 108 | lib/.deps/ | 164 | etc/DOC |
| 109 | lisp/international/uni-brackets.el | 165 | !etc/refcards/gnus-logo.pdf |
| 110 | lwlib/deps/ | 166 | info/dir |
| 111 | lwlib/liblw.a | 167 | |
| 112 | leim/changed.misc | 168 | # Backup files and locks. |
| 113 | leim/changed.tit | 169 | *~ |
| 170 | .#* | ||
| 171 | |||
| 172 | # Git output. | ||
| 173 | [0-9]*.patch | ||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2014-11-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | .gitignore cleanup. | ||
| 4 | * .gitignore: Merge contents of subsidiary files and organize the | ||
| 5 | result so as to avoid duplication. Remove no-longer needed entries. | ||
| 6 | * admin/charsets/.gitignore, admin/unidata/.gitignore: | ||
| 7 | * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore: | ||
| 8 | * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore: | ||
| 9 | * lisp/calc/.gitignore, lisp/calendar/.gitignore: | ||
| 10 | * lisp/cedet/.gitignore, lisp/emulation/.gitignore: | ||
| 11 | * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore: | ||
| 12 | * lisp/international/.gitignore, lisp/language/.gitignore: | ||
| 13 | * lisp/leim/.gitignore, lisp/leim/quail/.gitignore: | ||
| 14 | * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore: | ||
| 15 | * lisp/nxml/.gitignore, lisp/obsolete/.gitignore: | ||
| 16 | * lisp/play/.gitignore, lisp/progmodes/.gitignore: | ||
| 17 | * lisp/term/.gitignore, lisp/textmodes/.gitignore: | ||
| 18 | * lisp/url/.gitignore, nt/.gitignore, src/.gitignore: | ||
| 19 | Remove; no longer needed. | ||
| 20 | |||
| 1 | 2014-11-17 Paul Eggert <eggert@cs.ucla.edu> | 21 | 2014-11-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 22 | ||
| 3 | Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode. | 23 | Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode. |
diff --git a/admin/charsets/.gitignore b/admin/charsets/.gitignore deleted file mode 100644 index ea375dc5915..00000000000 --- a/admin/charsets/.gitignore +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | *.map | ||
| 2 | *.el | ||
diff --git a/admin/unidata/.gitignore b/admin/unidata/.gitignore deleted file mode 100644 index 3f2d8ca551d..00000000000 --- a/admin/unidata/.gitignore +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | *.elc | ||
| 2 | unidata.txt | ||
| 3 | |||
diff --git a/doc/lispintro/.gitignore b/doc/lispintro/.gitignore deleted file mode 100644 index cf992dc8649..00000000000 --- a/doc/lispintro/.gitignore +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | !cons-*.pdf | ||
| 2 | !drawers.pdf | ||
| 3 | !lambda-*.pdf | ||
diff --git a/etc/.gitignore b/etc/.gitignore deleted file mode 100644 index 8e12acbee0c..00000000000 --- a/etc/.gitignore +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | DOC | ||
| 2 | icons/ | ||
diff --git a/leim/.gitignore b/leim/.gitignore deleted file mode 100644 index 02175a1deb4..00000000000 --- a/leim/.gitignore +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | *.elc | ||
| 2 | leim-list.el | ||
diff --git a/leim/ja-dic/.gitignore b/leim/ja-dic/.gitignore deleted file mode 100644 index c531d9867f6..00000000000 --- a/leim/ja-dic/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | *.elc | ||
diff --git a/lib-src/.gitignore b/lib-src/.gitignore deleted file mode 100644 index c931a15d7b6..00000000000 --- a/lib-src/.gitignore +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | DOC | ||
| 2 | ctags.c | ||
| 3 | stamp_BLD | ||
| 4 | echolisp.tmp | ||
| 5 | |||
| 6 | oo/ | ||
| 7 | oo-spd/ | ||
diff --git a/lisp/.gitignore b/lisp/.gitignore deleted file mode 100644 index 6d5166e1349..00000000000 --- a/lisp/.gitignore +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | *.elc | ||
| 2 | *-loaddefs.el | ||
| 3 | loaddefs.el | ||
| 4 | subdirs.el | ||
| 5 | finder-inf.el | ||
| 6 | cus-load.el | ||
diff --git a/lisp/calc/.gitignore b/lisp/calc/.gitignore deleted file mode 100644 index a46b68dccbd..00000000000 --- a/lisp/calc/.gitignore +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | *.elc | ||
| 2 | calc-loaddefs.el | ||
diff --git a/lisp/calendar/.gitignore b/lisp/calendar/.gitignore deleted file mode 100644 index d0de296c6e3..00000000000 --- a/lisp/calendar/.gitignore +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | *.elc | ||
| 2 | cal-loaddefs.el | ||
| 3 | diary-loaddefs.el | ||
| 4 | hol-loaddefs.el | ||
diff --git a/lisp/cedet/.gitignore b/lisp/cedet/.gitignore deleted file mode 100644 index 976586eb53b..00000000000 --- a/lisp/cedet/.gitignore +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | ## Generated grammar files. | ||
| 2 | semantic/bovine/c-by.el | ||
| 3 | semantic/bovine/make-by.el | ||
| 4 | semantic/bovine/scm-by.el | ||
| 5 | semantic/wisent/javat-wy.el | ||
| 6 | semantic/wisent/js-wy.el | ||
| 7 | semantic/wisent/python-wy.el | ||
| 8 | srecode/srt-wy.el | ||
diff --git a/lisp/emulation/.gitignore b/lisp/emulation/.gitignore deleted file mode 100644 index c531d9867f6..00000000000 --- a/lisp/emulation/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | *.elc | ||
diff --git a/lisp/erc/.gitignore b/lisp/erc/.gitignore deleted file mode 100644 index 7053c310135..00000000000 --- a/lisp/erc/.gitignore +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | {arch} | ||
| 2 | .arch-ids | ||
| 3 | *.elc | ||
diff --git a/lisp/eshell/.gitignore b/lisp/eshell/.gitignore deleted file mode 100644 index 2abf84ba3ee..00000000000 --- a/lisp/eshell/.gitignore +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | esh-groups.el | ||
| 2 | |||
diff --git a/lisp/gnus/.gitignore b/lisp/gnus/.gitignore deleted file mode 100644 index c531d9867f6..00000000000 --- a/lisp/gnus/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | *.elc | ||
diff --git a/lisp/international/.gitignore b/lisp/international/.gitignore deleted file mode 100644 index 161b3125972..00000000000 --- a/lisp/international/.gitignore +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | # Generated Unicode files. | ||
| 2 | charprop.el | ||
| 3 | uni-bidi.el | ||
| 4 | uni-category.el | ||
| 5 | uni-combining.el | ||
| 6 | uni-comment.el | ||
| 7 | uni-decimal.el | ||
| 8 | uni-decomposition.el | ||
| 9 | uni-digit.el | ||
| 10 | uni-lowercase.el | ||
| 11 | uni-mirrored.el | ||
| 12 | uni-name.el | ||
| 13 | uni-numeric.el | ||
| 14 | uni-old-name.el | ||
| 15 | uni-titlecase.el | ||
| 16 | uni-uppercase.el | ||
diff --git a/lisp/language/.gitignore b/lisp/language/.gitignore deleted file mode 100644 index c531d9867f6..00000000000 --- a/lisp/language/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | *.elc | ||
diff --git a/lisp/leim/.gitignore b/lisp/leim/.gitignore deleted file mode 100644 index 57b77bad9ca..00000000000 --- a/lisp/leim/.gitignore +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | ja-dic/ | ||
| 2 | leim-list.el | ||
diff --git a/lisp/leim/quail/.gitignore b/lisp/leim/quail/.gitignore deleted file mode 100644 index c3f9e36f0db..00000000000 --- a/lisp/leim/quail/.gitignore +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | 4Corner.el | ||
| 2 | ARRAY30.el | ||
| 3 | CCDOSPY.el | ||
| 4 | CTLau-b5.el | ||
| 5 | CTLau.el | ||
| 6 | ECDICT.el | ||
| 7 | ETZY.el | ||
| 8 | PY-b5.el | ||
| 9 | PY.el | ||
| 10 | Punct-b5.el | ||
| 11 | Punct.el | ||
| 12 | QJ-b5.el | ||
| 13 | QJ.el | ||
| 14 | SW.el | ||
| 15 | TONEPY.el | ||
| 16 | ZIRANMA.el | ||
| 17 | ZOZY.el | ||
| 18 | quick-b5.el | ||
| 19 | quick-cns.el | ||
| 20 | tsang-b5.el | ||
| 21 | tsang-cns.el | ||
| 22 | |||
diff --git a/lisp/mail/.gitignore b/lisp/mail/.gitignore deleted file mode 100644 index c531d9867f6..00000000000 --- a/lisp/mail/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | *.elc | ||
diff --git a/lisp/mh-e/.gitignore b/lisp/mh-e/.gitignore deleted file mode 100644 index 2e5b1740f15..00000000000 --- a/lisp/mh-e/.gitignore +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | mh-autoloads.el | ||
| 2 | mh-cus-load.el | ||
| 3 | mh-loaddefs.el | ||
diff --git a/lisp/net/.gitignore b/lisp/net/.gitignore deleted file mode 100644 index c531d9867f6..00000000000 --- a/lisp/net/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | *.elc | ||
diff --git a/lisp/nxml/.gitignore b/lisp/nxml/.gitignore deleted file mode 100644 index f18ed02a937..00000000000 --- a/lisp/nxml/.gitignore +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | *.elc | ||
| 2 | subdirs.el | ||
diff --git a/lisp/obsolete/.gitignore b/lisp/obsolete/.gitignore deleted file mode 100644 index e69de29bb2d..00000000000 --- a/lisp/obsolete/.gitignore +++ /dev/null | |||
diff --git a/lisp/play/.gitignore b/lisp/play/.gitignore deleted file mode 100644 index c531d9867f6..00000000000 --- a/lisp/play/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | *.elc | ||
diff --git a/lisp/progmodes/.gitignore b/lisp/progmodes/.gitignore deleted file mode 100644 index c531d9867f6..00000000000 --- a/lisp/progmodes/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | *.elc | ||
diff --git a/lisp/term/.gitignore b/lisp/term/.gitignore deleted file mode 100644 index c531d9867f6..00000000000 --- a/lisp/term/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | *.elc | ||
diff --git a/lisp/textmodes/.gitignore b/lisp/textmodes/.gitignore deleted file mode 100644 index c531d9867f6..00000000000 --- a/lisp/textmodes/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | *.elc | ||
diff --git a/lisp/url/.gitignore b/lisp/url/.gitignore deleted file mode 100644 index 362a9c89b75..00000000000 --- a/lisp/url/.gitignore +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | Makefile | ||
| 2 | auto-autoloads.el | ||
| 3 | custom-load.el | ||
| 4 | url-auto.el | ||
diff --git a/nt/.gitignore b/nt/.gitignore deleted file mode 100644 index 4e2fa24e12e..00000000000 --- a/nt/.gitignore +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | config.log | ||
| 2 | stamp_BLD | ||
| 3 | |||
| 4 | oo/ | ||
| 5 | oo-spd/ | ||
diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index ebacd571ddd..00000000000 --- a/src/.gitignore +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | buildobj.h | ||
| 2 | config.h | ||
| 3 | epaths.h | ||
| 4 | stamp_BLD | ||
| 5 | stamp-h.in | ||
| 6 | |||
| 7 | oo/ | ||
| 8 | oo-spd/ | ||