Skip to content

Commit

Permalink
build: add pceplib test output to gitignore
Browse files Browse the repository at this point in the history
Add some pcep unit-test output files to gitignore.

Signed-off-by: Mark Stapp <[email protected]>
  • Loading branch information
Mark Stapp committed Mar 31, 2021
1 parent ea631ac commit 6f94077
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ refix
.vscode
.kitchen
.emacs.desktop*

/test-suite.log
12 changes: 12 additions & 0 deletions pceplib/.gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
pcep_pcc
test/pcep_msg_tests
test/pcep_msg_tests.log
test/pcep_msg_tests.trs
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.log
test/pcep_session_logic_tests.trs
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.log
test/pcep_timers_tests.trs
test/pcep_utils_tests
test/pcep_utils_tests.log
test/pcep_utils_tests.trs
test/valgrind.pcep_msg_tests.log
test/valgrind.pcep_pcc_api_tests.log
test/valgrind.pcep_session_logic_tests.log
Expand Down

0 comments on commit 6f94077

Please sign in to comment.