let-alist.el: Add lexical binding.
[emacs.git] / .gitignore
blob188dd9f55d83002c2e6592b78cdb922e58776f95
1 # Files that Git should ignore in the Emacs source directory.
3 # Copyright 2009-2014 Free Software Foundation, Inc.
5 # This file is part of GNU Emacs.
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.
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.
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/>.
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).
26 # Built by 'autogen.sh'.
27 /aclocal.m4
28 /configure
29 build-aux/compile
30 build-aux/config.guess
31 build-aux/config.sub
32 build-aux/depcomp
33 build-aux/install-sh
34 build-aux/missing
35 lib/Makefile.in
36 src/config.in
38 # Built by 'configure'.
39 Info.plist
40 InfoPlist.strings
41 Makefile
42 !admin/charsets/Makefile
43 !etc/refcards/Makefile
44 !test/automated/flymake/warnpred/Makefile
45 !test/indent/Makefile
46 makefile
47 /*.cache
48 /confdefs.h
49 /config.status
50 /configure.lineno
51 src/config.h
52 src/epaths.h
54 # C-level sources built by 'make'.
55 lib/alloca.h
56 lib/arg-nonnull.h
57 lib/byteswap.h
58 lib/c++defs.h
59 lib/dirent.h
60 lib/errno.h
61 lib/execinfo.h
62 lib/fcntl.h
63 lib/getopt.h
64 lib/inttypes.h
65 lib/libgnu.a
66 lib/signal.h
67 lib/std*.h
68 !lib/std*.in.h
69 lib/string.h
70 lib/sys/
71 lib/time.h
72 lib/unistd.h
73 lib/warn-on-use.h
74 src/buildobj.h
75 src/globals.h
77 # Lisp-level sources built by 'make'.
78 *cus-load.el
79 *loaddefs.el
80 leim/changed.misc
81 leim/changed.tit
82 lisp/cedet/semantic/bovine/c-by.el
83 lisp/cedet/semantic/bovine/make-by.el
84 lisp/cedet/semantic/bovine/scm-by.el
85 lisp/cedet/semantic/wisent/javat-wy.el
86 lisp/cedet/semantic/wisent/js-wy.el
87 lisp/cedet/semantic/wisent/python-wy.el
88 lisp/cedet/srecode/srt-wy.el
89 lisp/eshell/esh-groups.el
90 lisp/finder-inf.el
91 lisp/leim/ja-dic/
92 lisp/leim/leim-list.el
93 lisp/leim/quail/4Corner.el
94 lisp/leim/quail/ARRAY30.el
95 lisp/leim/quail/CCDOSPY.el
96 lisp/leim/quail/CTLau.el
97 lisp/leim/quail/CTLau-b5.el
98 lisp/leim/quail/ECDICT.el
99 lisp/leim/quail/ETZY.el
100 lisp/leim/quail/PY-b5.el
101 lisp/leim/quail/PY.el
102 lisp/leim/quail/Punct.el
103 lisp/leim/quail/Punct-b5.el
104 lisp/leim/quail/QJ.el
105 lisp/leim/quail/QJ-b5.el
106 lisp/leim/quail/SW.el
107 lisp/leim/quail/TONEPY.el
108 lisp/leim/quail/ZIRANMA.el
109 lisp/leim/quail/ZOZY.el
110 lisp/leim/quail/quick-b5.el
111 lisp/leim/quail/quick-cns.el
112 lisp/leim/quail/tsang-b5.el
113 lisp/leim/quail/tsang-cns.el
114 lisp/subdirs.el
116 # Dependencies.
117 .deps/
118 deps/
120 # Logs and temporaries.
121 *.log
122 *.tmp
124 # Time stamps.
125 stamp_BLD
126 src/gl-stamp
127 src/stamp-h.in
128 src/stamp-h1
130 # Object files and debugging.
132 *.dSYM/
133 *.core
134 *.elc
136 *.res
137 [0-9]*.core
138 core
139 core.*[0-9]
141 oo-spd/
142 src/*.map
144 # Tests.
145 test/indent/*.new
146 test/biditest.txt
148 # ctags, etags.
149 TAGS
151 # GNU global.
152 GPATH
153 GSYMS
154 GRTAGS
155 GTAGS
157 # GNU idutils.
160 # Executables.
161 *.exe
162 a.out
163 lib-src/blessmail
164 lib-src/ctags
165 lib-src/ebrowse
166 lib-src/emacsclient
167 lib-src/etags
168 lib-src/hexl
169 lib-src/make-docfile
170 lib-src/movemail
171 lib-src/profile
172 lib-src/test-distrib
173 lib-src/update-game-score
174 nextstep/Cocoa/Emacs.base/Contents/Info.plist
175 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
176 nextstep/Emacs.app/
177 nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
178 nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
179 src/bootstrap-emacs
180 src/emacs
181 src/emacs-[0-9]*
182 src/temacs
184 # Character-set info.
185 admin/charsets/*.el
186 admin/charsets/*.map
187 admin/charsets/jisx2131-filter
188 admin/unidata/unidata.txt
189 lisp/international/charprop.el
190 lisp/international/uni-*.el
192 # Documentation.
193 *.aux
194 *.cm
195 *.cms
196 *.cp
197 *.cps
198 *.dvi
199 *.fn
200 *.fns
201 *.html
202 *.info
203 *.ky
204 *.kys
205 *.op
206 *.ops
207 *.pdf
208 !doc/lispintro/cons-*.pdf
209 !doc/lispintro/drawers.pdf
210 !doc/lispintro/lambda-*.pdf
211 !etc/refcards/gnus-logo.pdf
212 *.pg
213 *.pgs
214 *.pj
215 *.pjs
216 *.ps
217 *.sc
218 *.scs
219 *.tg
220 *.tgs
221 *.toc
222 *.tp
223 *.tps
224 *.vr
225 *.vrs
226 doc/emacs/emacsver.texi
227 doc/man/emacs.1
228 doc/misc/cc-mode.ss
229 etc/DOC
230 etc/refcards/emacsver.tex
231 info/dir
233 # Version control and locks.
234 *.orig
235 *.rej
238 \#*\#
239 [0-9]*.patch
241 # Built by 'make install'.
242 etc/emacs.tmpdesktop
244 # Distribution directories.
245 /emacs-[1-9]*/
247 # Microsoft-related builds and installations.
248 *.in-h
250 !build-aux/snippet/_Noreturn.h
251 /bin/
252 /BIN/
253 /data/
254 etc/icons/
255 lib/cxxdefs.h
256 lib/SYS/
257 /libexec/
258 /lock/
259 /README.W32
260 /share/
261 /site-lisp/
262 nt/emacs.rc
263 nt/emacsclient.rc
264 src/gdb.ini
265 /var/