diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-06-29 10:36:10 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-06-29 10:36:10 +0200 |
commit | c01df20ebfa03b2bf4a953cc70c3c71196de196e (patch) | |
tree | 181d15a8db8fda34b868eb6a437a3f93931e6fbc /testing/.gitignore | |
parent | 08fe609ce24d903763a8c006b2dc35c8aeb3789c (diff) | |
download | strongswan-c01df20ebfa03b2bf4a953cc70c3c71196de196e.tar.bz2 strongswan-c01df20ebfa03b2bf4a953cc70c3c71196de196e.tar.xz |
testing: Ignore tests/local directory
This could be used for experimental test scenarios that should not get
tracked in the repository.
Diffstat (limited to 'testing/.gitignore')
-rw-r--r-- | testing/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/.gitignore b/testing/.gitignore index 42fcd72ad..5c4bd8782 100644 --- a/testing/.gitignore +++ b/testing/.gitignore @@ -1,2 +1,3 @@ do-tests testing.conf.local +tests/local/ |