diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-03-31 08:27:11 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2021-03-31 08:27:11 -0400 |
| commit | 6f940770615ae7f1a3eceb10c6427a1cf828b6ae (patch) | |
| tree | 08997a3bf964e7be9860e300d2bd3149bce8afc8 /.gitignore | |
| parent | ea631ac834ce25e6cb1978df50005da59f6e0a36 (diff) | |
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 05ca0b1140..4e120dae85 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,5 @@ refix .vscode .kitchen .emacs.desktop* + +/test-suite.log |
