Browse Source

Add coverage ignores (incl personal header-only XCode coverage tests

Sam Jaffe 5 years ago
parent
commit
997dd2fcdb
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

@@ -1,3 +1,6 @@
+coverage/
+*-test-cov
+# C++.gitignore
 # Compiled Object files
 *.slo
 *.lo
@@ -27,3 +30,9 @@
 *.out
 *.app
 
+# Gcov.gitignore
+# gcc coverage testing tool files
+
+*.gcno
+*.gcda
+*.gcov