-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (57 loc) · 1.17 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
*.d
*.dSYM
*.o
*.a
*.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/TAGS
src/runtime/genesis
src/runtime/ldso-stubs.S
src/runtime/openbsd-sigcontext.h
src/runtime/sbcl
src/runtime/sbcl.exe
src/runtime/sbcl.h
src/runtime/sbcl.mk
src/runtime/sbcl.nm
src/runtime/shrinkwrap-sbcl*
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
src/runtime/sparc-funcdef.h
tests/test-status.lisp-expr
tests/test.log
tests/*.so
tests/run-tests-*
tests/last-random-state.lisp-expr
tools-for-build/determine-endianness
tools-for-build/determine-endianness.exe
tools-for-build/grovel-headers
tools-for-build/grovel-headers.exe
tools-for-build/mmap-rwx
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/*/test-output
contrib/asdf/asdf-upstream
contrib/sb-cover/test-output
doc/manual/*.html
version.lisp-expr