* lisp/progmodes/xref.el (xref-find-apropos): Use read-string.
[emacs.git] / .gitignore
blobdf9dc8b110ca187d418c1684071cfaa7c63c6a3e
1 # Files that Git should ignore in the Emacs source directory.
3 # Copyright 2009-2015 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 makefile
43 !etc/refcards/Makefile
44 !test/automated/data/flymake/Makefile
45 !test/indent/Makefile
46 !test/etags/Makefile
47 !test/etags/make-src/Makefile
48 /*.cache
49 /confdefs.h
50 /config.status
51 /configure.lineno
52 /conftest*
53 src/config.h
54 src/epaths.h
56 # C-level sources built by 'make'.
57 lib/alloca.h
58 lib/arg-nonnull.h
59 lib/byteswap.h
60 lib/c++defs.h
61 lib/dirent.h
62 lib/errno.h
63 lib/execinfo.h
64 lib/fcntl.h
65 lib/getopt.h
66 lib/inttypes.h
67 lib/libgnu.a
68 lib/signal.h
69 lib/std*.h
70 !lib/std*.in.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
78 src/lisp.mk
80 # Lisp-level sources built by 'make'.
81 *cus-load.el
82 *loaddefs.el
83 leim/changed.misc
84 leim/changed.tit
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/subdirs.el
119 # Dependencies.
120 .deps/
121 deps/
123 # Logs and temporaries.
124 *.log
125 *.tmp
127 # Time stamps.
128 stamp_BLD
129 src/gl-stamp
130 src/stamp-h.in
131 src/stamp-h1
133 # Object files and debugging.
135 *.dSYM/
136 *.core
137 *.elc
139 *.res
140 [0-9]*.core
141 core
142 core.*[0-9]
144 oo-spd/
145 src/*.map
147 # Tests.
148 test/indent/*.new
149 test/biditest.txt
150 test/etags/srclist
151 test/etags/regexfile
152 test/etags/ETAGS
153 test/etags/CTAGS
155 # ctags, etags.
156 TAGS
158 # GNU global.
159 GPATH
160 GSYMS
161 GRTAGS
162 GTAGS
164 # GNU idutils.
167 # Executables.
168 *.exe
169 a.out
170 lib-src/blessmail
171 lib-src/ctags
172 lib-src/ebrowse
173 lib-src/emacsclient
174 lib-src/etags
175 lib-src/hexl
176 lib-src/make-docfile
177 lib-src/movemail
178 lib-src/profile
179 lib-src/test-distrib
180 lib-src/update-game-score
181 nextstep/Cocoa/Emacs.base/Contents/Info.plist
182 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
183 nextstep/Emacs.app/
184 nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
185 nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
186 src/bootstrap-emacs
187 src/emacs
188 src/emacs-[0-9]*
189 src/temacs
191 # Character-set info.
192 admin/charsets/*.el
193 admin/charsets/*.map
194 admin/charsets/jisx2131-filter
195 admin/unidata/unidata.txt
196 lisp/international/charprop.el
197 lisp/international/uni-*.el
199 # Documentation.
200 *.aux
201 *.cm
202 *.cms
203 *.cp
204 *.cps
205 *.dvi
206 *.fn
207 *.fns
208 *.html
209 !test/etags/html-src/*.html
210 *.info
211 *.ky
212 *.kys
213 *.op
214 *.ops
215 *.pdf
216 !doc/lispintro/cons-*.pdf
217 !doc/lispintro/drawers.pdf
218 !doc/lispintro/lambda-*.pdf
219 !etc/refcards/gnus-logo.pdf
220 *.pg
221 *.pgs
222 *.pj
223 *.pjs
224 *.ps
225 !test/etags/ps-src/*.ps
226 *.sc
227 *.scs
228 *.t2d/
229 *.tg
230 *.tgs
231 *.toc
232 *.tp
233 *.tps
234 *.vr
235 *.vrs
236 doc/emacs/emacsver.texi
237 doc/man/emacs.1
238 doc/misc/cc-mode.ss
239 etc/DOC
240 etc/refcards/emacsver.tex
241 gnustmp*
242 /info/
244 # Version control and locks.
245 *.orig
246 *.rej
249 \#*\#
250 ChangeLog
251 [0-9]*.patch
253 # Built by 'make install'.
254 etc/emacs.tmpdesktop
256 # Distribution directories.
257 /emacs-[1-9]*/
259 # Microsoft-related builds and installations.
260 *.in-h
262 !build-aux/snippet/_Noreturn.h
263 /bin/
264 /BIN/
265 /data/
266 etc/icons/
267 lib/cxxdefs.h
268 lib/SYS/
269 /libexec/
270 /lock/
271 /README.W32
272 /share/
273 /site-lisp/
274 nt/emacs.rc
275 nt/emacsclient.rc
276 src/gdb.ini
277 /var/