Add src/runtime/TAGS to .gitignore.
[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/TAGS
23 src/runtime/genesis
24 src/runtime/ldso-stubs.S
25 src/runtime/openbsd-sigcontext.h
26 src/runtime/sbcl
27 src/runtime/sbcl.exe
28 src/runtime/sbcl.h
29 src/runtime/sbcl.nm
30 src/runtime/target-arch-os.h
31 src/runtime/target-arch.h
32 src/runtime/target-lispregs.h
33 src/runtime/target-os.h
34 src/runtime/ppc-linux-mcontext.h
35 tests/test-status.lisp-expr
36 tests/*.so
37 tools-for-build/grovel-headers
38 tools-for-build/grovel-headers.exe
39 tools-for-build/os-provides-putwc-test
40 tools-for-build/os-provides-putwc-test.exe
41 tools-for-build/where-is-mcontext
42 contrib/*/test-passed
43 contrib/*/test-output
44 contrib/*/foo.c
45 contrib/*/a.out
46 contrib/*/a.exe
47 contrib/asdf/asdf-upstream
48 contrib/sb-cover/test-output
49 doc/manual/*.html
50 version.lisp-expr