diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-05-24 04:01:00 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-16 04:02:42 +0200 |
commit | f051edd156342ded612684bd26a45a1ff8e1840a (patch) | |
tree | 97933267b5eeef7423420f4aeba5dfe293e5fd26 /tests/.gitignore | |
parent | Merge pull request #711 ("Coverity munging") (diff) | |
download | frr-f051edd156342ded612684bd26a45a1ff8e1840a.tar.xz frr-f051edd156342ded612684bd26a45a1ff8e1840a.zip |
lib: add table generator
Allows for easy preparation of tabular output.
Supports:
-- Padding
-- Alignment
-- Styling
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 bab3385da..5279016b9 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -43,3 +43,4 @@ __pycache__ /lib/test_table /lib/test_timer_correctness /lib/test_timer_performance +/lib/test_ttable |