Add gitignore for mingw/cygwin build outputs

Noted by Radosław Smogura
This commit is contained in:
Magnus Hagander 2011-06-09 18:11:47 +02:00
parent 5234161ac1
commit 1710752a50
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -19,6 +19,8 @@ objfiles.txt
lcov.info
*.vcproj
win32ver.rc
*.exe
lib*dll.def
# Local excludes in root directory
/GNUmakefile

View File

@ -1 +1,2 @@
/postgres
/postgres.def