Skip to content

Commit f6cddbd

Browse files
committed
Add .gitignore entry for a derived file created by "make distprep".
I chanced to notice that "make distprep" leaves a state of the tree that git complains about. It's been like this for awhile, but given the lack of complaints it probably doesn't need back-patching.
1 parent eaf0380 commit f6cddbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces/libpq/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/exports.list
22
/libpq.rc
3+
/libpq-dist.rc
34
# .c files that are symlinked in from elsewhere
45
/encnames.c
56
/wchar.c

0 commit comments

Comments
 (0)