* lisp/erc/erc.el: Hide network/channel messages
[emacs.git] / .gitignore
blob618249c8defde443cea9631a2ed91c2f9c1a1acd
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 !admin/charsets/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_BLD
130 src/gl-stamp
131 src/stamp-h.in
132 src/stamp-h1
134 # Object files and debugging.
136 *.dSYM/
137 *.core
138 *.elc
140 *.res
141 [0-9]*.core
142 core
143 core.*[0-9]
145 oo-spd/
146 src/*.map
148 # Tests.
149 test/indent/*.new
150 test/biditest.txt
151 test/etags/srclist
152 test/etags/regexfile
153 test/etags/ETAGS
154 test/etags/CTAGS
156 # ctags, etags.
157 TAGS
159 # GNU global.
160 GPATH
161 GSYMS
162 GRTAGS
163 GTAGS
165 # GNU idutils.
168 # Executables.
169 *.exe
170 a.out
171 lib-src/blessmail
172 lib-src/ctags
173 lib-src/ebrowse
174 lib-src/emacsclient
175 lib-src/etags
176 lib-src/hexl
177 lib-src/make-docfile
178 lib-src/movemail
179 lib-src/profile
180 lib-src/test-distrib
181 lib-src/update-game-score
182 nextstep/Cocoa/Emacs.base/Contents/Info.plist
183 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
184 nextstep/Emacs.app/
185 nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
186 nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
187 src/bootstrap-emacs
188 src/emacs
189 src/emacs-[0-9]*
190 src/temacs
192 # Character-set info.
193 admin/charsets/*.el
194 admin/charsets/*.map
195 admin/charsets/jisx2131-filter
196 admin/unidata/unidata.txt
197 lisp/international/charprop.el
198 lisp/international/uni-*.el
200 # Documentation.
201 *.aux
202 *.cm
203 *.cms
204 *.cp
205 *.cps
206 *.dvi
207 *.fn
208 *.fns
209 *.html
210 !test/etags/html-src/*.html
211 *.info
212 *.ky
213 *.kys
214 *.op
215 *.ops
216 *.pdf
217 !doc/lispintro/cons-*.pdf
218 !doc/lispintro/drawers.pdf
219 !doc/lispintro/lambda-*.pdf
220 !etc/refcards/gnus-logo.pdf
221 *.pg
222 *.pgs
223 *.pj
224 *.pjs
225 *.ps
226 !test/etags/ps-src/*.ps
227 *.sc
228 *.scs
229 *.t2d/
230 *.tg
231 *.tgs
232 *.toc
233 *.tp
234 *.tps
235 *.vr
236 *.vrs
237 doc/emacs/emacsver.texi
238 doc/man/emacs.1
239 doc/misc/cc-mode.ss
240 etc/DOC
241 etc/refcards/emacsver.tex
242 gnustmp*
243 /info/
245 # Version control and locks.
246 *.orig
247 *.rej
250 \#*\#
251 ChangeLog
252 [0-9]*.patch
254 # Built by 'make install'.
255 etc/emacs.tmpdesktop
257 # Distribution directories.
258 /emacs-[1-9]*/
260 # Microsoft-related builds and installations.
261 *.in-h
263 !build-aux/snippet/_Noreturn.h
264 /bin/
265 /BIN/
266 /data/
267 etc/icons/
268 lib/cxxdefs.h
269 lib/SYS/
270 /libexec/
271 /lock/
272 /README.W32
273 /share/
274 /site-lisp/
275 nt/emacs.rc
276 nt/emacsclient.rc
277 src/gdb.ini
278 /var/