diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2017-02-03 16:58:58 +0100 |
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2017-02-08 19:10:10 +0100 |
| commit | a4b74d05fca0ff19c04cc2fef432d5fde9469c45 (patch) | |
| tree | b916b421e52f230883c18cb9bd3c91e0a00ba8d1 /tests/.gitignore | |
| parent | ca49a76b022c1e493b0d1fc15b8479dcb45ed73c (diff) | |
tests: add pytest testrunners
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'tests/.gitignore')
| -rw-r--r-- | tests/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 1642fa9493..bab3385da2 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -3,6 +3,7 @@ Makefile.in *.o tags TAGS +.cache .deps .nfs* *~ @@ -14,8 +15,11 @@ TAGS *.log *.sum *.xml +*.pyc .arch-inventory .arch-ids +__pycache__ +.dirstamp /bgpd/test_aspath /bgpd/test_capability /bgpd/test_ecommunity |
