-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (38 loc) · 740 Bytes
/
.gitignore
File metadata and controls
38 lines (38 loc) · 740 Bytes
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
# Ignore generated files
/src/lisp/cmucl-version.h
# Ignore fasls
*.fasl
*.ppcf
*.sparcf
*.sse2f
*.x86f
# Ignore emacs files
*~
/test-tmp
# Ignore default build directories
build-*
darwin-8bit-[234]
darwin-[234]
linux-8bit-[234]
linux-[234]
sparc-8bit-[234]
sparc-[234]
# Ignore files generated by TeX
src/docs/cmu-user/*.aux
src/docs/cmu-user/*.cdx
src/docs/cmu-user/*.cnd
src/docs/cmu-user/*.fdx
src/docs/cmu-user/*.fnd
src/docs/cmu-user/*.idx
src/docs/cmu-user/*.ilg
src/docs/cmu-user/*.log
src/docs/cmu-user/*.out
src/docs/cmu-user/*.pdf
src/docs/cmu-user/*.tdx
src/docs/cmu-user/*.tnd
src/docs/cmu-user/*.toc
src/docs/cmu-user/*.vdx
src/docs/cmu-user/*.vnd
# Ignore generated errno files
src/code/errno.lisp
src/code/exports-unix.lisp