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