Add gitignore for mingw/cygwin build outputs

Noted by Radosław Smogura
pull/1/head
Magnus Hagander 14 years ago
parent 5234161ac1
commit 1710752a50
  1. 2
      .gitignore
  2. 1
      src/backend/.gitignore

2
.gitignore vendored

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

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

Loading…
Cancel
Save