summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKai Liu <kailiu@fb.com>2013-08-01 13:59:01 -0700
committerKai Liu <kailiu@fb.com>2013-08-12 23:53:37 -0700
commit9f6b8f003257f4f7903a5fb01d7983cec1f3c411 (patch)
tree92437db3c3f39966bf521da064a89ba0e17033d8 /.gitignore
parent03bd4461ad4cac5282da24cdf8321cbfb3b2f3be (diff)
Add automatic coverage report scripts
Summary: Ultimate goals of the coverage report are: * Report the coverage for all files (done in this diff) * Report the coverage for recently updated files (not fully finished) * Report is available in html form (done in this diff, but need some extra work to integrate it in Jenkin) Task link: https://our.intern.facebook.com/intern/tasks/?s=1154818042&t=2604914 Test Plan: Ran: coverage/coverage_test.sh The sample output can be found here: https://phabricator.fb.com/P2433892 Reviewers: dhruba, emayanke CC: leveldb Differential Revision: https://reviews.facebook.net/D11943
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index d287d7e87..98ddf8f40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,16 @@
build_config.mk
*.a
-*.o
+*.arc
+*.d
*.dylib*
+*.gcda
+*.gcno
+*.o
*.so
*.so.*
*_test
-*.arc
-*.d
db_bench
+db_repl_stress
db_stress
ldb
leveldb_server
@@ -15,4 +18,3 @@ leveldb_shell
manifest_dump
sst_dump
util/build_version.cc
-db_repl_stress