We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72950dc commit ccf292cCopy full SHA for ccf292c
.gitignore
@@ -28,6 +28,7 @@ lib*.pc
28
29
# Local excludes in root directory
30
/GNUmakefile
31
+/config.cache
32
/config.log
33
/config.status
34
/pgsql.sln
src/test/regress/.gitignore
@@ -5,3 +5,7 @@
5
/tmp_check/
6
/results/
7
/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