diff options
author | Leonid Rosenboim <lrosenbo@wrs.com> | 2012-11-06 20:44:04 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2013-01-16 01:10:24 +0100 |
commit | 8d083b9ec5bb0375ebb6d8b2b05c848febd92cb5 (patch) | |
tree | 42786e058df85f087e48022c33e85f2a9464b1aa /tests | |
parent | build: add buildtest.sh script (diff) | |
download | frr-8d083b9ec5bb0375ebb6d8b2b05c848febd92cb5.tar.xz frr-8d083b9ec5bb0375ebb6d8b2b05c848febd92cb5.zip |
build: update .gitignore for all test programs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index e6ab706c0..93e886c04 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,16 +5,25 @@ tags TAGS .deps .nfs* +*~ +*.loT *.lo *.la *.libs -tabletest -testsig .arch-inventory .arch-ids +aspathtest +ecommtest +heavy +heavythread +heavywq +tabletest +testbgpcap +testbgpmpath +testbgpmpattr testbuffer +testchecksum testmemory +testprivs testsig -*~ -*.loT - +teststream |