.gitignore for gcov files

This commit is contained in:
Meisam Fathi 2011-01-19 15:12:58 +08:00 committed by Daniel Schildt
parent 07f71f3bf1
commit a9b0aadc98
1 changed files with 5 additions and 0 deletions

5
gcov.gitignore Normal file
View File

@ -0,0 +1,5 @@
# gcc coverage testing tool files
*.gcno
*.gcda
*.gcov