Build Fix -- compatibility issue with newer autoconf
[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/ltargz.m4
37 m4/ltdl.m4
38 m4/ltoptions.m4
39 m4/ltsugar.m4
40 m4/ltversion.m4
41 m4/lt~obsolete.m4
42 missing
43 depcomp
44 install-sh
45 texinfo.tex
46 ylwrap
47 Makefile.in
48 sxemacs_version.m4
49 src/config.h.in
50 ar-lib
51
52 ## configure generated
53 .deps
54 .dbxrc
55 .gdbinit
56 .sxemacs.source.tree
57 cpuid
58 etc/sxemacs.desktop
59 Installation
60 libtool
61 Makefile
62 src/config.h
63 src/stamp-h1
64 src/sxe-paths.h
65 sxemacs.pc
66
67 ## build generated
68 .libs
69 *.stamp
70 *.lo
71 *.la
72 *.doc.c
73 config.values
74 DOC
75 dump-id.c
76 sheap-adjust.h
77 src/sxemacs
78 src/sxemacs.dmp
79 Emacs.ad.h
80 ctags2
81 etags
82 fakemail
83 gnuclient
84 gnuserv
85 hexl
86 make-docfile
87 make-dump-id
88 make-path
89 mmencode
90 movemail
91 ootags
92 profile
93 sorted-doc
94 wakeup
95 yow
96 stage?
97 cl-loop-parser.*
98 tags
99 TAGS
100
101 ## Docs
102 *.html
103 *.info
104 *.info-*
105
106 ## Elisp
107 *.elc
108 auto-autoloads.el
109 custom-load.el
110 custom-defines.el
111 finder-inf.el
112
113 ## Because I'm so used to arch (tla)
114 ,,*
115 ++*
116 =*
117
118 ## Exceptions
119 !cl-loop-parser.y
120 !etc/tests/external-widget/Makefile