Add prompt stack for recursive minibuffer
[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
50 ## configure generated
51 .deps
52 .dbxrc
53 .gdbinit
54 .sxemacs.source.tree
55 cpuid
56 etc/sxemacs.desktop
57 Installation
58 libtool
59 Makefile
60 src/config.h
61 src/stamp-h1
62 src/sxe-paths.h
63 sxemacs.pc
64
65 ## build generated
66 .libs
67 *.stamp
68 *.lo
69 *.la
70 *.doc.c
71 config.values
72 DOC
73 dump-id.c
74 sheap-adjust.h
75 sxemacs
76 sxemacs.dmp
77 Emacs.ad.h
78 ctags2
79 etags
80 fakemail
81 gnuclient
82 gnuserv
83 hexl
84 make-docfile
85 make-dump-id
86 make-path
87 mmencode
88 movemail
89 ootags
90 profile
91 sorted-doc
92 wakeup
93 yow
94 stage?
95 cl-loop-parser.*
96 tags
97 TAGS
98
99 ## Docs
100 *.html
101 *.info
102 *.info-*
103
104 ## Elisp
105 *.elc
106 auto-autoloads.el
107 custom-load.el
108 custom-defines.el
109 finder-inf.el
110
111 ## Because I'm so used to arch (tla)
112 ,,*
113 ++*
114 =build
115
116 ## Exceptions
117 !cl-loop-parser.y
118 !etc/tests/external-widget/Makefile