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