From bfb4cf12abc14a99b29c9c3f768b0c7f568c262d Mon Sep 17 00:00:00 2001
From: Noah Misch <noah@leadboat.com>
Date: Wed, 8 Jul 2015 20:44:22 -0400
Subject: [PATCH] Add .gitignore entries for AIX-specific intermediate build
 artifacts.

---
 .gitignore             | 1 +
 src/backend/.gitignore | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index fb6069a0ef9..cbf8d7996a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
 *.sl.[0-9].[0-9]
 *.dylib
 *.dll
+*.exp
 *.a
 *.mo
 *.pot
diff --git a/src/backend/.gitignore b/src/backend/.gitignore
index 4e04ff0575b..931df585bc3 100644
--- a/src/backend/.gitignore
+++ b/src/backend/.gitignore
@@ -1,2 +1,3 @@
 /postgres
 /postgres.def
+/postgres.imp
-- 
GitLab