mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
and having done that, there are no occurrences of some test-related strings which can now be removed from .gitignore and clean.sh
53 lines
1,017 B
Plaintext
53 lines
1,017 B
Plaintext
*.d
|
|
*.dSYM
|
|
*.o
|
|
*.so
|
|
*.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/openbsd-sigcontext.h
|
|
src/runtime/sbcl
|
|
src/runtime/sbcl.exe
|
|
src/runtime/sbcl.h
|
|
src/runtime/sbcl.mk
|
|
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
|
|
tests/test-status.lisp-expr
|
|
tests/test.log
|
|
tests/*.so
|
|
tests/run-tests-*
|
|
tests/last-random-state.lisp-expr
|
|
tests/ansi-test/
|
|
tools-for-build/avx2*
|
|
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/where-is-mcontext
|
|
contrib/asdf/asdf-upstream
|
|
doc/manual/*.html
|
|
version.lisp-expr
|