From 3a3171cd042551c90548989c8f76eec27c1f18a1 Mon Sep 17 00:00:00 2001 From: SaitTalhaNisanci Date: Thu, 25 Mar 2021 09:43:04 +0300 Subject: [PATCH] Ignore temporary output files --- .gitignore | 7 +++++++ src/test/regress/.gitignore | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4eeef8f19..33f5549f3 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,10 @@ lib*.pc # vscode .vscode/* + +# output from diff normalization that shouldn't be commited +*.unmodified +*.modified + +# style related temporary outputs +*.uncrustify diff --git a/src/test/regress/.gitignore b/src/test/regress/.gitignore index 8a525eed3..7eba53c6f 100644 --- a/src/test/regress/.gitignore +++ b/src/test/regress/.gitignore @@ -24,7 +24,3 @@ # python *.pyc - -# output from diff normalization that shouldn't be commited -*.unmodified -*.modified