Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4872
Modified Files:
.gitignore
Log Message:
1.0.42.26: git: Add a couple of new patterns to .gitignore
* One or more tests tend to create .so files in the tests/
directory. Ignore "tests/*.so".
* The process of building the manual produces a couple of .html
files in the doc/manual/ directory. Ignore "doc/manual/*.html".
Index: .gitignore
===================================================================
RCS file: /cvsroot/sbcl/sbcl/.gitignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- .gitignore 24 Jun 2010 05:08:58 -0000 1.9
+++ .gitignore 3 Sep 2010 00:32:49 -0000 1.10
@@ -28,6 +28,7 @@
src/runtime/target-os.h
src/runtime/ppc-linux-mcontext.h
tests/test-status.lisp-expr
+tests/*.so
tools-for-build/grovel-headers
tools-for-build/grovel-headers.exe
tools-for-build/os-provides-putwc-test
@@ -39,3 +40,4 @@
contrib/*/a.exe
contrib/asdf/asdf-upstream
contrib/sb-cover/test-output
+doc/manual/*.html
|