diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-05-30 21:48:53 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-05-30 21:48:53 +0000 |
commit | 5fb494f586628b5903a07f7165636b8acdc2ced4 (patch) | |
tree | 9df4676027325aee323cec326fea635f9daee477 /.gitignore | |
parent | 0896301295fb468db7b1a0818e90bf883105f33a (diff) |
Updating various version control properties
Ignoring coverage and test output.
Making test files executable to be run individually.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@780338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -62,3 +62,11 @@ etc/couchdb/default_dev.ini etc/couchdb/local_dev.ini utils/run tmp + +# for make check + +test/etap/temp.* + +# for make cover + +cover/* |