Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ccf292c

Browse files
committed
Update .gitignore for config.cache.
Also add a comment about why regreesion.* aren't listed in .gitignore. Jim Nasby
1 parent 72950dc commit ccf292c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ lib*.pc
2828

2929
# Local excludes in root directory
3030
/GNUmakefile
31+
/config.cache
3132
/config.log
3233
/config.status
3334
/pgsql.sln

src/test/regress/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
/tmp_check/
66
/results/
77
/log/
8+
9+
# Note: regreesion.* are only left behind on a failure; that's why they're not ignored
10+
#/regression.diffs
11+
#/regression.out

0 commit comments

Comments
 (0)