-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
46 lines (46 loc) · 908 Bytes
/
.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
*.d
*.dSYM
*.o
*.fasl
*.FASL
*.lisp-temp
*.tmp
*~
*.diff
*.patch
.gdb_history
output
obj
local-target-features.lisp-expr
customize-target-features.*
customize-backend-subfeatures.*
whitespace-stamp
src/assembly/target
src/compiler/assembly
src/compiler/target
src/runtime/Config
src/runtime/genesis
src/runtime/ldso-stubs.S
src/runtime/sbcl
src/runtime/sbcl.exe
src/runtime/sbcl.h
src/runtime/sbcl.nm
src/runtime/target-arch-os.h
src/runtime/target-arch.h
src/runtime/target-lispregs.h
src/runtime/target-os.h
src/runtime/ppc-linux-mcontext.h
tests/test-status.lisp-expr
tests/*.so
tools-for-build/grovel-headers
tools-for-build/grovel-headers.exe
tools-for-build/os-provides-putwc-test
tools-for-build/os-provides-putwc-test.exe
tools-for-build/where-is-mcontext
contrib/*/test-passed
contrib/*/foo.c
contrib/*/a.out
contrib/*/a.exe
contrib/asdf/asdf-upstream
contrib/sb-cover/test-output
doc/manual/*.html