1.0.21.30: more files in .gitignore
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 18 Oct 2008 14:40:31 +0000 (14:40 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 18 Oct 2008 14:40:31 +0000 (14:40 +0000)
 * Patch by Michael Weber.

.gitignore
doc/manual/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
version.lisp-expr

index 33f182d..6ef4ad7 100644 (file)
@@ -1,4 +1,5 @@
 *.d
+*.dSYM
 *.o
 *.fasl
 *.FASL
diff --git a/doc/manual/.gitignore b/doc/manual/.gitignore
new file mode 100644 (file)
index 0000000..2320edf
--- /dev/null
@@ -0,0 +1,27 @@
+*.aux
+*.cp
+*.cps
+*.fn
+*.fns
+*.ky
+*.log
+*.pg
+*.texi-temp
+*.toc
+*.tp
+*.tps
+*.vr
+*.vrs
+asdf.info*
+asdf.pdf
+asdf.ps
+asdf.texinfo
+asdf/
+docstrings/
+html-stamp
+sbcl.info*
+sbcl.pdf
+sbcl.ps
+sbcl/
+tempfiles-stamp
+variables.texinfo
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644 (file)
index 0000000..2a92d27
--- /dev/null
@@ -0,0 +1 @@
+external-format-test.txt
\ No newline at end of file
index 3db9bd3..1bc3c9f 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.21.29"
+"1.0.21.30"