From 7a9efa793086e8f5487f30e3d84cd90c38acae46 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Mon, 20 Feb 2017 20:29:43 -0800 Subject: [PATCH] tweak gitignore rules for *tests* directory --- tests/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/.gitignore diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 000000000..e94ebb2fd --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,4 @@ +# In the tests directory we want to allow including files matching *.out but +# exclude temporary test result files. +!*.out +*.tmp.*