Skip to content

Commit

Permalink
1.0.42.26: git: Add a couple of new patterns to .gitignore
Browse files Browse the repository at this point in the history
  * 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".
  • Loading branch information
Alastair Bridgewater committed Sep 3, 2010
1 parent 7eefc12 commit 889b5f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ src/runtime/target-lispregs.h
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
Expand All @@ -39,3 +40,4 @@ contrib/*/a.out
contrib/*/a.exe
contrib/asdf/asdf-upstream
contrib/sb-cover/test-output
doc/manual/*.html

0 comments on commit 889b5f8

Please sign in to comment.