diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-03-08 22:10:00 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-03-08 22:10:00 +0200 |
commit | a2f216547740819bdd79e05039c525350d7c3d0f (patch) | |
tree | c1a737de8c42cc2652f9d6e8ee6129e38bb6410d /.gitignore | |
parent | 46c333a9638b329a3c8076d978f27c5b05c0d5f0 (diff) | |
download | postgresql-a2f216547740819bdd79e05039c525350d7c3d0f.tar.gz |
Ignore files built by coverage builds
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1be11e8ec7..3f11f2e8aa 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,11 @@ *.mo objfiles.txt .deps/ +*.gcno +*.gcda +*.gcov +*.gcov.out +lcov.info # Local excludes in root directory /GNUmakefile |