A git-only SBCL workflow
[sbcl.git] / .gitignore
1 *.d
2 *.dSYM
3 *.o
4 *.fasl
5 *.FASL
6 *.lisp-temp
7 *.tmp
8 *~
9 *.diff
10 *.patch
11 .gdb_history
12 output
13 obj
14 local-target-features.lisp-expr
15 customize-target-features.*
16 customize-backend-subfeatures.*
17 whitespace-stamp
18 src/assembly/target
19 src/compiler/assembly
20 src/compiler/target
21 src/runtime/Config
22 src/runtime/genesis
23 src/runtime/ldso-stubs.S
24 src/runtime/sbcl
25 src/runtime/sbcl.exe
26 src/runtime/sbcl.h
27 src/runtime/sbcl.nm
28 src/runtime/target-arch-os.h
29 src/runtime/target-arch.h
30 src/runtime/target-lispregs.h
31 src/runtime/target-os.h
32 src/runtime/ppc-linux-mcontext.h
33 tests/test-status.lisp-expr
34 tests/*.so
35 tools-for-build/grovel-headers
36 tools-for-build/grovel-headers.exe
37 tools-for-build/os-provides-putwc-test
38 tools-for-build/os-provides-putwc-test.exe
39 tools-for-build/where-is-mcontext
40 contrib/*/test-passed
41 contrib/*/foo.c
42 contrib/*/a.out
43 contrib/*/a.exe
44 contrib/asdf/asdf-upstream
45 contrib/sb-cover/test-output
46 doc/manual/*.html
47 version.lisp-expr