diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-04-26 18:22:46 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-04-26 19:59:13 +0200 |
commit | c0700e3c7f36fc0bc969652c39cdd808de128d94 (patch) | |
tree | 6fd70695e4a6c3aedd903e0c886ce5f2d133235a /tests/data | |
parent | 92e754de78fed63573091d650a2de49d58ad719a (diff) |
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.
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |