1.0.43.54: .gitignore tweaking
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 14 Oct 2010 10:59:34 +0000 (10:59 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 14 Oct 2010 10:59:34 +0000 (10:59 +0000)
 Ignore *.diff, *.patch, customize-backend-subfeatures.*.

 Change customize-target-features.lisp to customize-target-features.*.

.gitignore
version.lisp-expr

index 4e18c4b..76cc67c 100644 (file)
@@ -6,11 +6,14 @@
 *.lisp-temp
 *.tmp
 *~
+*.diff
+*.patch
 .gdb_history
 output
 obj
 local-target-features.lisp-expr
-customize-target-features.lisp
+customize-target-features.*
+customize-backend-subfeatures.*
 whitespace-stamp
 src/assembly/target
 src/compiler/assembly
index 06bf55e..e675ce4 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.43.53"
+"1.0.43.54"