forked from emacs-mirror/emacs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (63 loc) · 1.29 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
# top-level gitignore for emacs
# allow the configure script, so that it is easier to see what effect my
# changes are having on it.
configure*.scan
autoscan.log
# allow aclocal.m4 to avoid trying to rebuild it
bo.h
# allow compile for the configure script
# allow config.guess and config.sub for the configure script
config.log
conf*/*.awk
# allow depcomp for the configure script
dumpemacs
emacswrapper
isemacsvalid
# allow install-sh for the configure script
ldd.sh
libtool
# allow missing for the configure script
# allow gnulib's automake-generated Makefile.in, for the same reason
# as allowing the configure script
po/Makevars
# allow src/config.in for the configure script
test_mach_o_binary
# this catches both autom4te.cache and config.cache:
*.cache
makefile
TAGS
*~
.#*
*.o
*.o.tmp
*.exe
a.out
*.res
/README.W32
# not sure why the break?
/bin/
/site-lisp/
/leim/ja-dic/
etc/refcards/*.aux
etc/refcards/*.log
# actually the entire info subdir should be gitignored:
info/*
test/biditest.txt
*DS_Store*
# this catches config.status:
*.status
*.bak
*.orig
*.dSYM
*(Autosaved)*
bootstrap-stamp
*.elc
confdefs.h
conftest*
clang_static_analysis/*.plist
tmpwrk*/gettext-*.*.*/*
# syntax check artifacts:
.sc-start-sc_*
# (most of the subdirectories have their own gitignore files in this fork)
.env.local
*.gcno