]> code.delx.au - gnu-emacs/blob - .gitignore
Don't install keyboard hook when debugged on MS-Windows
[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/lisp/progmodes/flymake-resources/Makefile
47 !test/manual/indent/Makefile
48 !test/manual/etags/Makefile
49 !test/manual/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 lisp/cedet/semantic/bovine/c-by.el
86 lisp/cedet/semantic/bovine/make-by.el
87 lisp/cedet/semantic/bovine/scm-by.el
88 lisp/cedet/semantic/wisent/javat-wy.el
89 lisp/cedet/semantic/wisent/js-wy.el
90 lisp/cedet/semantic/wisent/python-wy.el
91 lisp/cedet/srecode/srt-wy.el
92 lisp/eshell/esh-groups.el
93 lisp/finder-inf.el
94 lisp/leim/ja-dic/
95 lisp/leim/leim-list.el
96 lisp/leim/quail/4Corner.el
97 lisp/leim/quail/ARRAY30.el
98 lisp/leim/quail/CCDOSPY.el
99 lisp/leim/quail/CTLau.el
100 lisp/leim/quail/CTLau-b5.el
101 lisp/leim/quail/ECDICT.el
102 lisp/leim/quail/ETZY.el
103 lisp/leim/quail/PY-b5.el
104 lisp/leim/quail/PY.el
105 lisp/leim/quail/Punct.el
106 lisp/leim/quail/Punct-b5.el
107 lisp/leim/quail/QJ.el
108 lisp/leim/quail/QJ-b5.el
109 lisp/leim/quail/SW.el
110 lisp/leim/quail/TONEPY.el
111 lisp/leim/quail/ZIRANMA.el
112 lisp/leim/quail/ZOZY.el
113 lisp/leim/quail/quick-b5.el
114 lisp/leim/quail/quick-cns.el
115 lisp/leim/quail/tsang-b5.el
116 lisp/leim/quail/tsang-cns.el
117 lisp/mh-e/mh-autoloads.el
118 lisp/subdirs.el
119
120 # Dependencies.
121 .deps/
122 deps/
123
124 # Logs and temporaries.
125 *.log
126 *.tmp
127
128 # Time stamps.
129 *.stamp
130 stamp_BLD
131 src/gl-stamp
132 src/stamp-h.in
133 src/stamp-h1
134
135 # Object files and debugging.
136 *.a
137 *.dSYM/
138 *.dll
139 *.core
140 *.elc
141 *.o
142 *.res
143 *.so
144 [0-9]*.core
145 core
146 core.*[0-9]
147 gmon.out
148 oo/
149 oo-spd/
150 src/*.map
151
152 # Tests.
153 test/indent/*.new
154 test/make-test-deps.mk
155 test/manual/biditest.txt
156 test/manual/etags/srclist
157 test/manual/etags/regexfile
158 test/manual/etags/ETAGS
159 test/manual/etags/CTAGS
160
161 # ctags, etags.
162 TAGS
163 !admin/notes/tags
164
165 # GNU global.
166 GPATH
167 GSYMS
168 GRTAGS
169 GTAGS
170
171 # GNU idutils.
172 ID
173
174 # Executables.
175 *.exe
176 a.out
177 lib-src/blessmail
178 lib-src/ctags
179 lib-src/ebrowse
180 lib-src/emacsclient
181 lib-src/etags
182 lib-src/hexl
183 lib-src/make-docfile
184 lib-src/movemail
185 lib-src/profile
186 lib-src/test-distrib
187 lib-src/update-game-score
188 nextstep/Cocoa/Emacs.base/Contents/Info.plist
189 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
190 nextstep/Emacs.app/
191 nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
192 nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
193 src/bootstrap-emacs
194 src/emacs
195 src/emacs-[0-9]*
196 src/temacs
197
198 # Character-set info.
199 admin/charsets/jisx2131-filter
200 admin/unidata/unidata.txt
201 etc/charsets/*.map
202 lisp/international/charprop.el
203 lisp/international/charscript.el
204 lisp/international/cp51932.el
205 lisp/international/eucjp-ms.el
206 lisp/international/uni-*.el
207
208 # Documentation.
209 *.aux
210 *.cm
211 *.cms
212 *.cp
213 *.cps
214 *.doc
215 *.dvi
216 *.fn
217 *.fns
218 *.info
219 *.ky
220 *.kys
221 *.op
222 *.ops
223 *.pdf
224 !doc/lispintro/cons-*.pdf
225 !doc/lispintro/drawers.pdf
226 !doc/lispintro/lambda-*.pdf
227 !etc/refcards/gnus-logo.pdf
228 *.pg
229 *.pgs
230 *.pj
231 *.pjs
232 *.sc
233 *.scs
234 *.t2d/
235 *.tg
236 *.tgs
237 *.toc
238 *.tp
239 *.tps
240 *.vr
241 *.vrs
242 doc/*/*.html
243 doc/*/*/*.html
244 doc/*/*.ps
245 doc/*/*/*.ps
246 doc/emacs/emacsver.texi
247 doc/man/emacs.1
248 doc/misc/cc-mode.ss
249 etc/DOC
250 etc/refcards/emacsver.tex
251 gnustmp*
252 /info/
253
254 # Version control and locks.
255 *.orig
256 *.rej
257 *~
258 .#*
259 \#*\#
260 ChangeLog
261 [0-9]*.patch
262 [0-9]*.txt
263 .dir-locals?.el
264 /vc-dwim-log-*
265
266 # Built by 'make install'.
267 etc/emacs.tmpdesktop
268
269 # Distribution directories.
270 /emacs-[1-9]*/
271
272 # Microsoft-related builds and installations.
273 *.in-h
274 _*
275 !build-aux/snippet/_Noreturn.h
276 /bin/
277 /BIN/
278 /data/
279 etc/icons/
280 lib/cxxdefs.h
281 lib/SYS/
282 /libexec/
283 /lock/
284 /README.W32
285 /share/
286 /site-lisp/
287 nt/emacs.rc
288 nt/emacsclient.rc
289 src/gdb.ini
290 /var/