Skip to content

Commit

Permalink
gitignore: Ignore coverage data files.
Browse files Browse the repository at this point in the history
Add coverage specific data files to gitignore.

Signed-off-by: Mijo Safradin <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Mijo Safradin authored and blp committed Jan 2, 2015
1 parent 3d2912f commit 6e72c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#*#
*.a
*.d
*.gcno
*.gcda
*.ko
*.la
*.lo
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Martin Casado [email protected]
Martino Fornasa [email protected]
Maryam Tahhan [email protected]
Mehak Mahajan [email protected]
Mijo Safradin [email protected]
Murphy McCauley [email protected]
Natasha Gude [email protected]
Neil McKee [email protected]
Expand Down

0 comments on commit 6e72c8f

Please sign in to comment.