Put coverage files in gitignore
``` 23:59 $ git status On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) events/coverage.txt gc/coverage.txt log/coverage.txt snapshot/coverage.txt ``` I run `make coverage` and I just noticed that all generated files are not in gitignore. Signed-off-by: Gianluca Arbezzano <ga@thumpflow.com>
This commit is contained in:
parent
23a644de8a
commit
225412d081
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
/bin/
|
/bin/
|
||||||
|
*/coverage.txt
|
||||||
|
|
Loading…
Reference in a new issue