From: Nikodemus Siivola Date: Sat, 18 Oct 2008 14:40:31 +0000 (+0000) Subject: 1.0.21.30: more files in .gitignore X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f52d22d071c68f2daa318a7c0477358145bf22c6;p=sbcl.git 1.0.21.30: more files in .gitignore * Patch by Michael Weber. --- diff --git a/.gitignore b/.gitignore index 33f182d..6ef4ad7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.d +*.dSYM *.o *.fasl *.FASL diff --git a/doc/manual/.gitignore b/doc/manual/.gitignore new file mode 100644 index 0000000..2320edf --- /dev/null +++ b/doc/manual/.gitignore @@ -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 index 0000000..2a92d27 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1 @@ +external-format-test.txt \ No newline at end of file diff --git a/version.lisp-expr b/version.lisp-expr index 3db9bd3..1bc3c9f 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"