1.0.10.39: .gitignore additions for windows
authorRudi Schlatte <rudi@constantly.at>
Mon, 8 Oct 2007 08:34:44 +0000 (08:34 +0000)
committerRudi Schlatte <rudi@constantly.at>
Mon, 8 Oct 2007 08:34:44 +0000 (08:34 +0000)
.gitignore
version.lisp-expr

index 138c98d..29b289e 100644 (file)
@@ -1,6 +1,7 @@
 *.d
 *.o
 *.fasl
+*.FASL
 *.lisp-temp
 *.tmp
 *~
@@ -16,6 +17,7 @@ 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
@@ -24,6 +26,7 @@ src/runtime/target-lispregs.h
 src/runtime/target-os.h
 tests/test-status.lisp-expr
 tools-for-build/grovel-headers
+tools-for-build/grovel-headers.exe
 contrib/*/test-passed
 contrib/*/foo.c
 contrib/*/a.out
index db3d8c2..6044f7c 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.10.38"
+"1.0.10.39"