Skip to content

Commit 6f94077

Browse files
author
Mark Stapp
committed
build: add pceplib test output to gitignore
Add some pcep unit-test output files to gitignore. Signed-off-by: Mark Stapp <[email protected]>
1 parent ea631ac commit 6f94077

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@ refix
110110
.vscode
111111
.kitchen
112112
.emacs.desktop*
113+
114+
/test-suite.log

pceplib/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
pcep_pcc
22
test/pcep_msg_tests
3+
test/pcep_msg_tests.log
4+
test/pcep_msg_tests.trs
35
test/pcep_pcc_api_tests
6+
test/pcep_pcc_api_tests.log
7+
test/pcep_pcc_api_tests.trs
48
test/pcep_session_logic_tests
9+
test/pcep_session_logic_tests.log
10+
test/pcep_session_logic_tests.trs
511
test/pcep_socket_comm_tests
12+
test/pcep_socket_comm_tests.log
13+
test/pcep_socket_comm_tests.trs
614
test/pcep_timers_tests
15+
test/pcep_timers_tests.log
16+
test/pcep_timers_tests.trs
717
test/pcep_utils_tests
18+
test/pcep_utils_tests.log
19+
test/pcep_utils_tests.trs
820
test/valgrind.pcep_msg_tests.log
921
test/valgrind.pcep_pcc_api_tests.log
1022
test/valgrind.pcep_session_logic_tests.log

0 commit comments

Comments
 (0)