Browse Source

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

Sam Jaffe 5 năm trước cách đây
mục cha
commit
997dd2fcdb
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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