diff options
author | Mark Stapp <mjs@voltanet.io> | 2021-03-31 14:27:11 +0200 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2021-03-31 14:27:11 +0200 |
commit | 6f940770615ae7f1a3eceb10c6427a1cf828b6ae (patch) | |
tree | 08997a3bf964e7be9860e300d2bd3149bce8afc8 /.gitignore | |
parent | Merge pull request #8058 from rgirada/ospf-ecmp (diff) | |
download | frr-6f940770615ae7f1a3eceb10c6427a1cf828b6ae.tar.xz frr-6f940770615ae7f1a3eceb10c6427a1cf828b6ae.zip |
build: add pceplib test output to gitignore
Add some pcep unit-test output files to gitignore.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 05ca0b114..4e120dae8 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,5 @@ refix .vscode .kitchen .emacs.desktop* + +/test-suite.log |