Add .gitignore entries for AIX-specific intermediate build artifacts.

pull/14/head
Noah Misch 10 years ago
parent 0689cfc34b
commit bfb4cf12ab
  1. 1
      .gitignore
  2. 1
      src/backend/.gitignore

1
.gitignore vendored

@ -9,6 +9,7 @@
*.sl.[0-9].[0-9] *.sl.[0-9].[0-9]
*.dylib *.dylib
*.dll *.dll
*.exp
*.a *.a
*.mo *.mo
*.pot *.pot

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

Loading…
Cancel
Save