mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add .gitignore entries for AIX-specific intermediate build artifacts.
This commit is contained in:
1
.gitignore
vendored
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
src/backend/.gitignore
vendored
1
src/backend/.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/postgres
|
/postgres
|
||||||
/postgres.def
|
/postgres.def
|
||||||
|
/postgres.imp
|
||||||
|
Reference in New Issue
Block a user