projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad7830
)
Ignore config.pl and buildenv.pl in src/tools/msvc.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 12 May 2014 18:24:18 +0000
(14:24 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 12 May 2014 18:24:28 +0000
(14:24 -0400)
config.pl and buildenv.pl can be used to customize build settings when
using MSVC. They should never get committed into the common source tree.
Back-patch to 9.0; it looks like the rules were different in 8.4.
Michael Paquier
src/tools/msvc/.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/src/tools/msvc/.gitignore
b/src/tools/msvc/.gitignore
new file mode 100644
(file)
index 0000000..
2470e78
--- /dev/null
+++ b/
src/tools/msvc/.gitignore
@@ -0,0
+1,3
@@
+# Custom configuration files for MSVC build
+/config.pl
+/buildenv.pl