projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5234161
)
Add gitignore for mingw/cygwin build outputs
author
Magnus Hagander
Thu, 9 Jun 2011 16:11:47 +0000
(18:11 +0200)
committer
Magnus Hagander
Thu, 9 Jun 2011 16:11:47 +0000
(18:11 +0200)
Noted by Radosław Smogura
.gitignore
patch
|
blob
|
blame
|
history
src/backend/.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index 81c4d5e8629087afb960c8eab77270d3c185a8e5..1e15ce5fc108434324ffc5a3373623f7c33b503c 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-19,6
+19,8
@@
objfiles.txt
lcov.info
*.vcproj
win32ver.rc
+*.exe
+lib*dll.def
# Local excludes in root directory
/GNUmakefile
diff --git
a/src/backend/.gitignore
b/src/backend/.gitignore
index 566eb10a5adb0044036ce015cfef01fc85391b55..4e04ff0575b7b994028fb62170a2a2fa04e3770f 100644
(file)
--- a/
src/backend/.gitignore
+++ b/
src/backend/.gitignore
@@
-1
+1,2
@@
/postgres
+/postgres.def