diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | src/backend/.gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 81c4d5e8629..1e15ce5fc10 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ objfiles.txt lcov.info *.vcproj win32ver.rc +*.exe +lib*dll.def # Local excludes in root directory /GNUmakefile diff --git a/src/backend/.gitignore b/src/backend/.gitignore index 566eb10a5ad..4e04ff0575b 100644 --- a/src/backend/.gitignore +++ b/src/backend/.gitignore @@ -1 +1,2 @@ /postgres +/postgres.def |