diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-11-29 23:10:48 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-11-29 23:10:48 +0000 |
commit | a37fdafcc65632328599939abf0863d9c02043dd (patch) | |
tree | a6845de2df9e557bc6e827da3d37208bf4d28394 /.gitignore | |
parent | c6f707e312e284af6ab873049dd27e3ef38bdea5 (diff) |
add *.la and test/bench/run to .gitignore
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@885287 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,7 @@ *.tpl *.o *.lo +*.la *.m4 *.in *~ @@ -87,6 +88,7 @@ test/etap/run # for make check test/etap/temp.* +test/bench/run couchdb.stderr couchdb.stdout |