From c0700e3c7f36fc0bc969652c39cdd808de128d94 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 26 Apr 2015 18:22:46 +0200 Subject: runtests: use a DISABLED.local file too ... and have git ignore that. Allows for a dev to add tests to ignore in local tests and yet don't obstruct a normal git work flow. --- tests/data/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/data/.gitignore (limited to 'tests/data') diff --git a/tests/data/.gitignore b/tests/data/.gitignore new file mode 100644 index 000000000..124ebf936 --- /dev/null +++ b/tests/data/.gitignore @@ -0,0 +1 @@ +DISABLED.local -- cgit v1.2.3