Convert the tla-generated versioning info to git-generated
[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 *.s
20 *.i
21
22 ## autotools
23 aclocal.m4
24 autom4te.cache
25 compile
26 configure
27 config.guess
28 configfsf.guess
29 config.sub
30 configfsf.sub
31 depcomp
32 install-sh
33 libltdl
34 ltmain.sh
35 m4/argz.m4
36 m4/libtool.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 Makefile.in
44 src/config.h.in
45 sxemacs_version.m4
46 texinfo.tex
47 ylwrap
48
49 ## Docs
50 *.html
51 *.info
52 *.info-*
53
54 ## Elisp
55 *.elc
56 auto-autoloads.el
57 custom-load.el
58 custom-defines.el
59
60 ## Because I'm so used to arch (tla)
61 ,,*
62 ++*
63 =build