Merge from emacs-24
[emacs.git] / .gitignore
blob228deaaf8e529e62a031555eb5d660d5318f267e
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/stdalign.h
68 lib/stdint.h
69 lib/stdio.h
70 lib/stdlib.h
71 lib/string.h
72 lib/sys/
73 lib/time.h
74 lib/unistd.h
75 lib/warn-on-use.h
76 src/buildobj.h
77 src/globals.h
79 # Lisp-level sources built by 'make'.
80 *cus-load.el
81 *loaddefs.el
82 leim/changed.misc
83 leim/changed.tit
84 lisp/cedet/semantic/bovine/c-by.el
85 lisp/cedet/semantic/bovine/make-by.el
86 lisp/cedet/semantic/bovine/scm-by.el
87 lisp/cedet/semantic/wisent/javat-wy.el
88 lisp/cedet/semantic/wisent/js-wy.el
89 lisp/cedet/semantic/wisent/python-wy.el
90 lisp/cedet/srecode/srt-wy.el
91 lisp/eshell/esh-groups.el
92 lisp/finder-inf.el
93 lisp/leim/ja-dic/
94 lisp/leim/leim-list.el
95 lisp/leim/quail/4Corner.el
96 lisp/leim/quail/ARRAY30.el
97 lisp/leim/quail/CCDOSPY.el
98 lisp/leim/quail/CTLau.el
99 lisp/leim/quail/CTLau-b5.el
100 lisp/leim/quail/ECDICT.el
101 lisp/leim/quail/ETZY.el
102 lisp/leim/quail/PY-b5.el
103 lisp/leim/quail/PY.el
104 lisp/leim/quail/Punct.el
105 lisp/leim/quail/Punct-b5.el
106 lisp/leim/quail/QJ.el
107 lisp/leim/quail/QJ-b5.el
108 lisp/leim/quail/SW.el
109 lisp/leim/quail/TONEPY.el
110 lisp/leim/quail/ZIRANMA.el
111 lisp/leim/quail/ZOZY.el
112 lisp/leim/quail/quick-b5.el
113 lisp/leim/quail/quick-cns.el
114 lisp/leim/quail/tsang-b5.el
115 lisp/leim/quail/tsang-cns.el
116 lisp/subdirs.el
118 # Dependencies.
119 .deps/
120 deps/
122 # Logs and temporaries.
123 *.log
124 *.tmp
126 # Time stamps.
127 stamp_BLD
128 src/gl-stamp
129 src/stamp-h.in
130 src/stamp-h1
132 # Object files and debugging.
134 *.dSYM/
135 *.core
136 *.elc
138 *.res
139 [0-9]*.core
140 core
141 core.*[0-9]
143 oo-spd/
144 src/*.map
146 # Tests.
147 test/indent/*.new
148 test/biditest.txt
150 # ctags, etags.
151 TAGS
153 # GNU global.
154 GPATH
155 GSYMS
156 GRTAGS
157 GTAGS
159 # GNU idutils.
162 # Executables.
163 *.exe
164 a.out
165 lib-src/blessmail
166 lib-src/ctags
167 lib-src/ebrowse
168 lib-src/emacsclient
169 lib-src/etags
170 lib-src/hexl
171 lib-src/make-docfile
172 lib-src/movemail
173 lib-src/profile
174 lib-src/test-distrib
175 lib-src/update-game-score
176 nextstep/Cocoa/Emacs.base/Contents/Info.plist
177 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
178 nextstep/Emacs.app/
179 nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
180 nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
181 src/bootstrap-emacs
182 src/emacs
183 src/emacs-[0-9]*
184 src/temacs
186 # Character-set info.
187 admin/charsets/*.el
188 admin/charsets/*.map
189 admin/charsets/jisx2131-filter
190 admin/unidata/unidata.txt
191 lisp/international/charprop.el
192 lisp/international/uni-*.el
194 # Documentation.
195 *.aux
196 *.cm
197 *.cms
198 *.cp
199 *.cps
200 *.dvi
201 *.fn
202 *.fns
203 *.html
204 *.info
205 *.ky
206 *.kys
207 *.op
208 *.ops
209 *.pdf
210 !doc/lispintro/cons-*.pdf
211 !doc/lispintro/drawers.pdf
212 !doc/lispintro/lambda-*.pdf
213 !etc/refcards/gnus-logo.pdf
214 *.pg
215 *.pgs
216 *.pj
217 *.pjs
218 *.ps
219 *.sc
220 *.scs
221 *.tg
222 *.tgs
223 *.toc
224 *.tp
225 *.tps
226 *.vr
227 *.vrs
228 doc/emacs/emacsver.texi
229 doc/man/emacs.1
230 doc/misc/cc-mode.ss
231 etc/DOC
232 etc/refcards/emacsver.tex
233 info/dir
235 # Version control and locks.
236 *.orig
237 *.rej
240 [0-9]*.patch
242 # Built by 'make install'.
243 etc/emacs.tmpdesktop
245 # Distribution directories.
246 /emacs-[1-9]*/
248 # Microsoft-related builds and installations.
249 *.in-h
251 !build-aux/snippet/_Noreturn.h
252 /bin/
253 /BIN/
254 /data/
255 etc/icons/
256 lib/cxxdefs.h
257 lib/SYS/
258 /libexec/
259 /lock/
260 /README.W32
261 /share/
262 /site-lisp/
263 nt/emacs.rc
264 nt/emacsclient.rc
265 src/gdb.ini
266 /var/