diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-16 22:45:35 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-16 23:20:50 +0100 |
| commit | 137d759e43afe8c56e4c417ae5620157a5d295bf (patch) | |
| tree | b1bcc97afa8eef4734309212033ea1fabcb7726b /core | |
| parent | 011954ceef406e8ee77393b5133214c153502ac0 (diff) | |
| download | vis-137d759e43afe8c56e4c417ae5620157a5d295bf.tar.gz vis-137d759e43afe8c56e4c417ae5620157a5d295bf.tar.xz | |
test/core: update .gitignore with coverage related files
Diffstat (limited to 'core')
| -rw-r--r-- | core/.gitignore | 3 | ||||
| -rw-r--r-- | core/Makefile | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/.gitignore b/core/.gitignore index 6a145ff..bc75c33 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -4,3 +4,6 @@ /map /array /ccan-config +*.gcda +*.gcno +*.gcov diff --git a/core/Makefile b/core/Makefile index 75180e0..6a2d672 100644 --- a/core/Makefile +++ b/core/Makefile @@ -41,5 +41,6 @@ clean: @rm -f buffer @rm -f map @rm -f array + @rm -f *.gcov *.gcda *.gcno .PHONY: clean debug coverage |
