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

Commit 278972f

Browse files
committed
Fix pg_walsummary's .gitignore
It missed a entry for tmp_check/ generated by the tests. While on it, append a slash at the beginning of "pg_walsummary" to restrict its check to the current directory, like anywhere else. Oversights in ee1bfd1.
1 parent e72a375 commit 278972f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/pg_walsummary/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
pg_walsummary
1+
/pg_walsummary
2+
/tmp_check/

0 commit comments

Comments
 (0)