Update .gitignore for config.cache.

Also add a comment about why regreesion.* aren't listed in .gitignore.

Jim Nasby
pull/14/head
Fujii Masao 11 years ago
parent 72950dc1d0
commit ccf292cd2e
  1. 1
      .gitignore
  2. 4
      src/test/regress/.gitignore

1
.gitignore vendored

@ -28,6 +28,7 @@ lib*.pc
# Local excludes in root directory
/GNUmakefile
/config.cache
/config.log
/config.status
/pgsql.sln

@ -5,3 +5,7 @@
/tmp_check/
/results/
/log/
# Note: regreesion.* are only left behind on a failure; that's why they're not ignored
#/regression.diffs
#/regression.out

Loading…
Cancel
Save