From b57eb8659f28e01d7178af044e42da9828032771 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Tue, 26 Jul 2016 08:05:15 -0700 Subject: [PATCH] Add ignores for test-related files. Ignore results.json and similar names. Also ignore the file created when running phoronix tests. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7a98caeb..d1217019 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ test/traces-negative test/traces-positive test/traces-info test/job-results +test/.phoronix-test-suite +test/results*.json.* userspace/falco/lua/re.lua userspace/falco/lua/lpeg.so