From a1ff2117bfef82744080b747f4a38dee1fd14545 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Fri, 3 Jan 2020 11:38:12 +0100 Subject: [PATCH] Ignore .modified and .unmodified files in git --- src/test/regress/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/regress/.gitignore b/src/test/regress/.gitignore index 42f938a46..e5da6ab73 100644 --- a/src/test/regress/.gitignore +++ b/src/test/regress/.gitignore @@ -22,3 +22,7 @@ # python *.pyc + +# output from diff normalization that shouldn't be commited +*.unmodified +*.modified