2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

Add new test binaries to the ignore files.

This commit is contained in:
Todd C. Miller 2022-06-03 15:26:06 -06:00
parent 5cb94eb258
commit 4386be3d68
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -72,6 +72,7 @@ lib/util/regress/harness
logsrvd/sudo_logsrvd logsrvd/sudo_logsrvd
logsrvd/sudo_sendlog logsrvd/sudo_sendlog
logsrvd/fuzz_[a-z]* logsrvd/fuzz_[a-z]*
logsrvd/logsrvd_conf_test
plugins/sudoers/cvtsudoers plugins/sudoers/cvtsudoers
plugins/sudoers/sudoers plugins/sudoers/sudoers

View File

@ -46,7 +46,7 @@ Makefile$
^lib/eventlog/check_wrap$ ^lib/eventlog/check_wrap$
^lib/eventlog/regress/logwrap/check_wrap.out$ ^lib/eventlog/regress/logwrap/check_wrap.out$
^lib/iolog/check_iolog_(json|mkpath|path|timing)$ ^lib/iolog/check_iolog_(json|filter|mkpath|path|timing)$
^lib/iolog/fuzz_iolog_(json|legacy|timing)$ ^lib/iolog/fuzz_iolog_(json|legacy|timing)$
^lib/iolog/host_port_test$ ^lib/iolog/host_port_test$
@ -65,6 +65,7 @@ Makefile$
^logsrvd/sudo_(logsrvd|sendlog)$ ^logsrvd/sudo_(logsrvd|sendlog)$
^logsrvd/fuzz_logsrvd_conf$ ^logsrvd/fuzz_logsrvd_conf$
^logsrvd/logsrvd_conf_test$
^plugins/sudoers/(cvtsudoers|sudoers|sudoreplay|testsudoers|tsdump|visudo|prologue|check_[a-z0-9_]+)$ ^plugins/sudoers/(cvtsudoers|sudoers|sudoreplay|testsudoers|tsdump|visudo|prologue|check_[a-z0-9_]+)$
^plugins/sudoers/fuzz_(policy|sudoers(_ldif)?)$ ^plugins/sudoers/fuzz_(policy|sudoers(_ldif)?)$