]> code.delx.au - gnu-emacs/blob - .gitignore
Doc fixed for next-error-buffer-p
[gnu-emacs] / .gitignore
1 # Files that Git should ignore in the Emacs source directory.
2
3 # Copyright 2009-2016 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 # Currently we assume only Git 1.7.1 (April 2010) or later, so this
22 # file does not rely on "**" in patterns. The "**" feature was added
23 # in Git 1.8.2 (March 2013).
24
25
26 # Built by 'autogen.sh'.
27 /aclocal.m4
28 /configure
29 build-aux/ar-lib
30 build-aux/compile
31 build-aux/config.guess
32 build-aux/config.sub
33 build-aux/depcomp
34 build-aux/install-sh
35 build-aux/missing
36 lib/Makefile.in
37 src/config.in
38
39 # Built by 'configure'.
40 Info.plist
41 InfoPlist.strings
42 Makefile
43 makefile
44 !etc/refcards/Makefile
45 !modules/mod-test/Makefile
46 !test/automated/data/flymake/Makefile
47 !test/indent/Makefile
48 !test/etags/Makefile
49 !test/etags/make-src/Makefile
50 /*.cache
51 /confdefs.h
52 /config.status
53 /configure.lineno
54 /conftest*
55 src/config.h
56 src/epaths.h
57
58 # C-level sources built by 'make'.
59 lib/alloca.h
60 lib/arg-nonnull.h
61 lib/byteswap.h
62 lib/c++defs.h
63 lib/dirent.h
64 lib/errno.h
65 lib/execinfo.h
66 lib/fcntl.h
67 lib/getopt.h
68 lib/inttypes.h
69 lib/libgnu.a
70 lib/signal.h
71 lib/std*.h
72 !lib/std*.in.h
73 lib/string.h
74 lib/sys/
75 lib/time.h
76 lib/unistd.h
77 lib/warn-on-use.h
78 src/buildobj.h
79 src/globals.h
80 src/lisp.mk
81
82 # Lisp-level sources built by 'make'.
83 *cus-load.el
84 *loaddefs.el
85 leim/changed.misc
86 leim/changed.tit
87 lisp/cedet/semantic/bovine/c-by.el
88 lisp/cedet/semantic/bovine/make-by.el
89 lisp/cedet/semantic/bovine/scm-by.el
90 lisp/cedet/semantic/wisent/javat-wy.el
91 lisp/cedet/semantic/wisent/js-wy.el
92 lisp/cedet/semantic/wisent/python-wy.el
93 lisp/cedet/srecode/srt-wy.el
94 lisp/eshell/esh-groups.el
95 lisp/finder-inf.el
96 lisp/leim/ja-dic/
97 lisp/leim/leim-list.el
98 lisp/leim/quail/4Corner.el
99 lisp/leim/quail/ARRAY30.el
100 lisp/leim/quail/CCDOSPY.el
101 lisp/leim/quail/CTLau.el
102 lisp/leim/quail/CTLau-b5.el
103 lisp/leim/quail/ECDICT.el
104 lisp/leim/quail/ETZY.el
105 lisp/leim/quail/PY-b5.el
106 lisp/leim/quail/PY.el
107 lisp/leim/quail/Punct.el
108 lisp/leim/quail/Punct-b5.el
109 lisp/leim/quail/QJ.el
110 lisp/leim/quail/QJ-b5.el
111 lisp/leim/quail/SW.el
112 lisp/leim/quail/TONEPY.el
113 lisp/leim/quail/ZIRANMA.el
114 lisp/leim/quail/ZOZY.el
115 lisp/leim/quail/quick-b5.el
116 lisp/leim/quail/quick-cns.el
117 lisp/leim/quail/tsang-b5.el
118 lisp/leim/quail/tsang-cns.el
119 lisp/subdirs.el
120
121 # Dependencies.
122 .deps/
123 deps/
124
125 # Logs and temporaries.
126 *.log
127 *.tmp
128
129 # Time stamps.
130 *.stamp
131 stamp_BLD
132 src/gl-stamp
133 src/stamp-h.in
134 src/stamp-h1
135
136 # Object files and debugging.
137 *.a
138 *.dSYM/
139 *.core
140 *.elc
141 *.o
142 *.res
143 *.so
144 *.dll
145 [0-9]*.core
146 core
147 core.*[0-9]
148 oo/
149 oo-spd/
150 src/*.map
151
152 # Tests.
153 test/indent/*.new
154 test/biditest.txt
155 test/etags/srclist
156 test/etags/regexfile
157 test/etags/ETAGS
158 test/etags/CTAGS
159
160 # ctags, etags.
161 TAGS
162 !admin/notes/tags
163
164 # GNU global.
165 GPATH
166 GSYMS
167 GRTAGS
168 GTAGS
169
170 # GNU idutils.
171 ID
172
173 # Executables.
174 *.exe
175 a.out
176 lib-src/blessmail
177 lib-src/ctags
178 lib-src/ebrowse
179 lib-src/emacsclient
180 lib-src/etags
181 lib-src/hexl
182 lib-src/make-docfile
183 lib-src/movemail
184 lib-src/profile
185 lib-src/test-distrib
186 lib-src/update-game-score
187 nextstep/Cocoa/Emacs.base/Contents/Info.plist
188 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
189 nextstep/Emacs.app/
190 nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
191 nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
192 src/bootstrap-emacs
193 src/emacs
194 src/emacs-[0-9]*
195 src/temacs
196
197 # Character-set info.
198 admin/charsets/jisx2131-filter
199 admin/unidata/unidata.txt
200 etc/charsets/*.map
201 lisp/international/charprop.el
202 lisp/international/charscript.el
203 lisp/international/cp51932.el
204 lisp/international/eucjp-ms.el
205 lisp/international/uni-*.el
206
207 # Documentation.
208 *.aux
209 *.cm
210 *.cms
211 *.cp
212 *.cps
213 *.doc
214 *.dvi
215 *.fn
216 *.fns
217 *.info
218 *.ky
219 *.kys
220 *.op
221 *.ops
222 *.pdf
223 !doc/lispintro/cons-*.pdf
224 !doc/lispintro/drawers.pdf
225 !doc/lispintro/lambda-*.pdf
226 !etc/refcards/gnus-logo.pdf
227 *.pg
228 *.pgs
229 *.pj
230 *.pjs
231 *.sc
232 *.scs
233 *.t2d/
234 *.tg
235 *.tgs
236 *.toc
237 *.tp
238 *.tps
239 *.vr
240 *.vrs
241 doc/*/*.html
242 doc/*/*/*.html
243 doc/*/*.ps
244 doc/*/*/*.ps
245 doc/emacs/emacsver.texi
246 doc/man/emacs.1
247 doc/misc/cc-mode.ss
248 etc/DOC
249 etc/refcards/emacsver.tex
250 gnustmp*
251 /info/
252
253 # Version control and locks.
254 *.orig
255 *.rej
256 *~
257 .#*
258 \#*\#
259 ChangeLog
260 [0-9]*.patch
261 [0-9]*.txt
262 .dir-locals?.el
263 /vc-dwim-log-*
264
265 # Built by 'make install'.
266 etc/emacs.tmpdesktop
267
268 # Distribution directories.
269 /emacs-[1-9]*/
270
271 # Microsoft-related builds and installations.
272 *.in-h
273 _*
274 !build-aux/snippet/_Noreturn.h
275 /bin/
276 /BIN/
277 /data/
278 etc/icons/
279 lib/cxxdefs.h
280 lib/SYS/
281 /libexec/
282 /lock/
283 /README.W32
284 /share/
285 /site-lisp/
286 nt/emacs.rc
287 nt/emacsclient.rc
288 src/gdb.ini
289 /var/