소스 검색

Add coverage gitignore.

Sam Jaffe 5 년 전
부모
커밋
5c9872c3d4
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -1,3 +1,4 @@
+# C++.gitignore
 # Prerequisites
 *.d
 
@@ -30,3 +31,10 @@
 *.exe
 *.out
 *.app
+
+# Gcov.gitignore
+# gcc coverage testing tool files
+
+*.gcno
+*.gcda
+*.gcov