summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-05-30 21:48:53 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-05-30 21:48:53 +0000
commit5fb494f586628b5903a07f7165636b8acdc2ced4 (patch)
tree9df4676027325aee323cec326fea635f9daee477 /.gitignore
parent0896301295fb468db7b1a0818e90bf883105f33a (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--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9b0c4ed5..f3bef64c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/*