diff options
author | Christian Franke <chris@opensourcerouting.org> | 2018-05-25 17:39:26 +0200 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2018-05-28 15:09:50 +0200 |
commit | a5558663af8dc9bdb9c4509d03249f1aae240558 (patch) | |
tree | 9caa592c865fd830b662d9c0ec7b319ab02900d6 /tests/.gitignore | |
parent | Merge pull request #2248 from ppmathis/enhancement/bgp-adjacent-routes (diff) | |
download | frr-a5558663af8dc9bdb9c4509d03249f1aae240558.tar.xz frr-a5558663af8dc9bdb9c4509d03249f1aae240558.zip |
tests: add pytest cache to gitignore
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 1708a4b7b..1ff038573 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -19,6 +19,7 @@ TAGS .arch-inventory .arch-ids __pycache__ +.pytest_cache /bgpd/test_aspath /bgpd/test_capability /bgpd/test_ecommunity |