forked from Mirror/frr
build: add pceplib test output to gitignore
Add some pcep unit-test output files to gitignore. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
ea631ac834
commit
6f94077061
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -110,3 +110,5 @@ refix
|
||||||
.vscode
|
.vscode
|
||||||
.kitchen
|
.kitchen
|
||||||
.emacs.desktop*
|
.emacs.desktop*
|
||||||
|
|
||||||
|
/test-suite.log
|
||||||
|
|
12
pceplib/.gitignore
vendored
12
pceplib/.gitignore
vendored
|
@ -1,10 +1,22 @@
|
||||||
pcep_pcc
|
pcep_pcc
|
||||||
test/pcep_msg_tests
|
test/pcep_msg_tests
|
||||||
|
test/pcep_msg_tests.log
|
||||||
|
test/pcep_msg_tests.trs
|
||||||
test/pcep_pcc_api_tests
|
test/pcep_pcc_api_tests
|
||||||
|
test/pcep_pcc_api_tests.log
|
||||||
|
test/pcep_pcc_api_tests.trs
|
||||||
test/pcep_session_logic_tests
|
test/pcep_session_logic_tests
|
||||||
|
test/pcep_session_logic_tests.log
|
||||||
|
test/pcep_session_logic_tests.trs
|
||||||
test/pcep_socket_comm_tests
|
test/pcep_socket_comm_tests
|
||||||
|
test/pcep_socket_comm_tests.log
|
||||||
|
test/pcep_socket_comm_tests.trs
|
||||||
test/pcep_timers_tests
|
test/pcep_timers_tests
|
||||||
|
test/pcep_timers_tests.log
|
||||||
|
test/pcep_timers_tests.trs
|
||||||
test/pcep_utils_tests
|
test/pcep_utils_tests
|
||||||
|
test/pcep_utils_tests.log
|
||||||
|
test/pcep_utils_tests.trs
|
||||||
test/valgrind.pcep_msg_tests.log
|
test/valgrind.pcep_msg_tests.log
|
||||||
test/valgrind.pcep_pcc_api_tests.log
|
test/valgrind.pcep_pcc_api_tests.log
|
||||||
test/valgrind.pcep_session_logic_tests.log
|
test/valgrind.pcep_session_logic_tests.log
|
||||||
|
|
Loading…
Reference in a new issue