mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Ignore files built by coverage builds
This commit is contained in:
parent
46c333a963
commit
a2f2165477
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -12,6 +12,11 @@
|
||||||
*.mo
|
*.mo
|
||||||
objfiles.txt
|
objfiles.txt
|
||||||
.deps/
|
.deps/
|
||||||
|
*.gcno
|
||||||
|
*.gcda
|
||||||
|
*.gcov
|
||||||
|
*.gcov.out
|
||||||
|
lcov.info
|
||||||
|
|
||||||
# Local excludes in root directory
|
# Local excludes in root directory
|
||||||
/GNUmakefile
|
/GNUmakefile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user