]> code.delx.au - gnu-emacs/blob - .gitignore
Fix bug #19201 with after-strings not being displayed.
[gnu-emacs] / .gitignore
1 # Files that Git should ignore in the Emacs source directory.
2
3 # Copyright 2009-2014 Free Software Foundation, Inc.
4
5 # This file is part of GNU Emacs.
6
7 # GNU Emacs is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
11
12 # GNU Emacs is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16
17 # You should have received a copy of the GNU General Public License
18 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19
20
21 # Built by 'autogen.sh'.
22 /aclocal.m4
23 /configure
24 build-aux/compile
25 build-aux/config.guess
26 build-aux/config.sub
27 build-aux/depcomp
28 build-aux/install-sh
29 build-aux/missing
30 lib/Makefile.in
31 src/config.in
32
33 # Built by 'configure'.
34 Info.plist
35 InfoPlist.strings
36 Makefile
37 !admin/charsets/Makefile
38 !etc/refcards/Makefile
39 !test/automated/flymake/warnpred/Makefile
40 !test/indent/Makefile
41 makefile
42 /*.cache
43 /confdefs.h
44 /config.status
45 /configure.lineno
46 src/config.h
47 src/epaths.h
48
49 # C-level sources built by 'make'.
50 lib/alloca.h
51 lib/arg-nonnull.h
52 lib/byteswap.h
53 lib/c++defs.h
54 lib/dirent.h
55 lib/errno.h
56 lib/execinfo.h
57 lib/fcntl.h
58 lib/getopt.h
59 lib/inttypes.h
60 lib/libgnu.a
61 lib/signal.h
62 lib/stdalign.h
63 lib/stdint.h
64 lib/stdio.h
65 lib/stdlib.h
66 lib/string.h
67 lib/sys/
68 lib/time.h
69 lib/unistd.h
70 lib/warn-on-use.h
71 src/buildobj.h
72 src/globals.h
73
74 # Lisp-level sources built by 'make'.
75 leim/changed.misc
76 leim/changed.tit
77 lisp/**/*cus-load.el
78 lisp/**/*loaddefs.el
79 lisp/cedet/semantic/bovine/c-by.el
80 lisp/cedet/semantic/bovine/make-by.el
81 lisp/cedet/semantic/bovine/scm-by.el
82 lisp/cedet/semantic/wisent/javat-wy.el
83 lisp/cedet/semantic/wisent/js-wy.el
84 lisp/cedet/semantic/wisent/python-wy.el
85 lisp/cedet/srecode/srt-wy.el
86 lisp/eshell/esh-groups.el
87 lisp/finder-inf.el
88 lisp/leim/ja-dic/
89 lisp/leim/leim-list.el
90 lisp/leim/quail/4Corner.el
91 lisp/leim/quail/ARRAY30.el
92 lisp/leim/quail/CCDOSPY.el
93 lisp/leim/quail/CTLau.el
94 lisp/leim/quail/CTLau-b5.el
95 lisp/leim/quail/ECDICT.el
96 lisp/leim/quail/ETZY.el
97 lisp/leim/quail/PY-b5.el
98 lisp/leim/quail/PY.el
99 lisp/leim/quail/Punct.el
100 lisp/leim/quail/Punct-b5.el
101 lisp/leim/quail/QJ.el
102 lisp/leim/quail/QJ-b5.el
103 lisp/leim/quail/SW.el
104 lisp/leim/quail/TONEPY.el
105 lisp/leim/quail/ZIRANMA.el
106 lisp/leim/quail/ZOZY.el
107 lisp/leim/quail/quick-b5.el
108 lisp/leim/quail/quick-cns.el
109 lisp/leim/quail/tsang-b5.el
110 lisp/leim/quail/tsang-cns.el
111 lisp/subdirs.el
112
113 # Dependencies.
114 .deps/
115 deps/
116
117 # Logs and temporaries.
118 *.log
119 *.tmp
120 # Created by MS-DOS builds
121 src/_gdbinit
122
123 # Time stamps.
124 stamp_BLD
125 src/gl-stamp
126 src/stamp-h.in
127 src/stamp-h1
128
129 # Object files and debugging.
130 *.a
131 *.dSYM/
132 *.core
133 *.elc
134 *.o
135 *.res
136 [0-9]*.core
137 core
138 core.*[0-9]
139 oo/
140 oo-spd/
141 src/*.map
142
143 # Tests.
144 test/indent/*.new
145
146 # ctags, etags.
147 TAGS
148
149 # GNU global.
150 GPATH
151 GSYMS
152 GRTAGS
153 GTAGS
154
155 # GNU idutils.
156 ID
157
158 # Executables.
159 *.exe
160 a.out
161 lib-src/blessmail
162 lib-src/ctags
163 lib-src/ebrowse
164 lib-src/emacsclient
165 lib-src/etags
166 lib-src/hexl
167 lib-src/make-docfile
168 lib-src/movemail
169 lib-src/profile
170 lib-src/test-distrib
171 lib-src/update-game-score
172 nextstep/Cocoa/Emacs.base/Contents/Info.plist
173 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
174 nextstep/Emacs.app/
175 nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
176 nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
177 src/bootstrap-emacs
178 src/emacs
179 src/emacs-[0-9]*
180 src/temacs
181
182 # Character-set info.
183 admin/charsets/*.el
184 admin/charsets/*.map
185 admin/charsets/jisx2131-filter
186 admin/unidata/unidata.txt
187 lisp/international/charprop.el
188 lisp/international/uni-*.el
189
190 # Documentation.
191 *.aux
192 *.cm
193 *.cms
194 *.cp
195 *.cps
196 *.dvi
197 *.fn
198 *.fns
199 *.html
200 *.info
201 *.ky
202 *.kys
203 *.op
204 *.ops
205 *.pdf
206 !doc/lispintro/cons-*.pdf
207 !doc/lispintro/drawers.pdf
208 !doc/lispintro/lambda-*.pdf
209 !etc/refcards/gnus-logo.pdf
210 *.pg
211 *.pgs
212 *.pj
213 *.pjs
214 *.ps
215 *.sc
216 *.scs
217 *.tg
218 *.tgs
219 *.toc
220 *.tp
221 *.tps
222 *.vr
223 *.vrs
224 doc/misc/cc-mode.ss
225 etc/DOC
226 info/dir
227
228 # Version control and locks.
229 *.orig
230 *.rej
231 *~
232 .#*
233 [0-9]*.patch
234
235 # Built by 'make install'.
236 etc/emacs.tmpdesktop
237
238 # Distribution directories.
239 /emacs-[1-9]*/
240
241 # Microsoft-related builds and installations.
242 *.in-h
243 _*
244 !build-aux/snippet/_Noreturn.h
245 /bin/
246 /BIN/
247 /data/
248 etc/icons/
249 lib/cxxdefs.h
250 lib/SYS/
251 /libexec/
252 /lock/
253 /README.W32
254 /share/
255 /site-lisp/
256 src/gdb.ini
257 /var/