Fixup assert definitions.
[sxemacs] / .gitignore
1 ####
2 # This file is used to ignore certain files in the repo, such as
3 # anything that is generated by the build, etc.
4 #
5 # The SXEmacs project uses a single .gitignore, so please DO NOT add
6 # any .gitignore files to any of the sub directories.
7 #
8 # NOTE! Please use 'git ls-files -i --exclude-standard' command after
9 # changing this file, to see if there are any tracked files which get
10 # ignored after the change.
11 ####
12
13 ## Standard stuff
14 *~
15 *.orig
16 \#*#
17 *.o
18 *.a
19 *.i
20
21 ## autogen.sh generated
22 aclocal.m4
23 autom4te.cache
24 compile
25 configure
26 config.guess
27 configfsf.guess
28 config.sub
29 configfsf.sub
30 config.log
31 config.status
32 libltdl
33 ltmain.sh
34 m4/argz.m4
35 m4/libtool.m4
36 m4/ltdl.m4
37 m4/ltoptions.m4
38 m4/ltsugar.m4
39 m4/ltversion.m4
40 m4/lt~obsolete.m4
41 missing
42 depcomp
43 install-sh
44 texinfo.tex
45 ylwrap
46 Makefile.in
47 sxemacs_version.m4
48 src/config.h.in
49 ar-lib
50
51 ## configure generated
52 .deps
53 .dbxrc
54 .gdbinit
55 .sxemacs.source.tree
56 cpuid
57 etc/sxemacs.desktop
58 Installation
59 libtool
60 Makefile
61 src/config.h
62 src/stamp-h1
63 src/sxe-paths.h
64 sxemacs.pc
65
66 ## build generated
67 .libs
68 *.stamp
69 *.lo
70 *.la
71 *.doc.c
72 config.values
73 DOC
74 dump-id.c
75 sheap-adjust.h
76 src/sxemacs
77 src/sxemacs.dmp
78 Emacs.ad.h
79 ctags2
80 etags
81 fakemail
82 gnuclient
83 gnuserv
84 hexl
85 make-docfile
86 make-dump-id
87 make-path
88 mmencode
89 movemail
90 ootags
91 profile
92 sorted-doc
93 wakeup
94 yow
95 stage?
96 cl-loop-parser.*
97 tags
98 TAGS
99
100 ## Docs
101 *.html
102 *.info
103 *.info-*
104
105 ## Elisp
106 *.elc
107 auto-autoloads.el
108 custom-load.el
109 custom-defines.el
110 finder-inf.el
111
112 ## Because I'm so used to arch (tla)
113 ,,*
114 ++*
115 =*
116
117 ## Exceptions
118 !cl-loop-parser.y
119 !etc/tests/external-widget/Makefile