소스 검색

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

Sam Jaffe 5 년 전
부모
커밋
997dd2fcdb
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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