diff options
author | Noah Misch <noah@leadboat.com> | 2015-07-08 20:44:22 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2015-07-08 20:44:22 -0400 |
commit | bfb4cf12abc14a99b29c9c3f768b0c7f568c262d (patch) | |
tree | e501a710c8651cd65c3e8d9a2107cb017cc6bf19 /src | |
parent | 0689cfc34b09136b9daee9c60c85fbed21b62370 (diff) |
Add .gitignore entries for AIX-specific intermediate build artifacts.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |