mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Add .gitignore entries for AIX-specific intermediate build artifacts.
This commit is contained in:
parent
0689cfc34b
commit
bfb4cf12ab
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,6 +9,7 @@
|
|||
*.sl.[0-9].[0-9]
|
||||
*.dylib
|
||||
*.dll
|
||||
*.exp
|
||||
*.a
|
||||
*.mo
|
||||
*.pot
|
||||
|
|
|
|||
1
src/backend/.gitignore
vendored
1
src/backend/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/postgres
|
||||
/postgres.def
|
||||
/postgres.imp
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user