Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bfb4cf1

Browse files
committed
Add .gitignore entries for AIX-specific intermediate build artifacts.
1 parent 0689cfc commit bfb4cf1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*.sl.[0-9].[0-9]
1010
*.dylib
1111
*.dll
12+
*.exp
1213
*.a
1314
*.mo
1415
*.pot

src/backend/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/postgres
22
/postgres.def
3+
/postgres.imp

0 commit comments

Comments
 (0)