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

Update ignore files.

This commit is contained in:
Todd C. Miller 2021-02-02 14:40:47 -07:00
parent bdb02b1eff
commit 68939adee2
2 changed files with 12 additions and 1 deletions

6
.gitignore vendored
View File

@ -41,6 +41,11 @@ src/check_noexec
src/check_ttyname
src/sudo_usage.h
lib/eventlog/check_wrap
lib/eventlog/regress/logwrap/check_wrap.out
lib/iolog/check_iolog_json
lib/iolog/check_iolog_mkpath
lib/iolog/check_iolog_path
lib/iolog/check_iolog_util
@ -76,3 +81,4 @@ plugins/sudoers/regress/testsudoers/test3.d/root
plugins/python/__pycache__
plugins/python/regress/__pycache__
plugins/python/check_python_examples

View File

@ -37,7 +37,11 @@ Makefile$
^src/check_(noexec|ttyname)$
^src/sudo_usage\.h$
^lib/iolog/check_iolog_(path|util)$
^lib/eventlog/check_wrap$
^lib/eventlog/regress/logwrap/check_wrap.out$
^lib/iolog/check_iolog_(json|mkpath|path|util)$
^lib/iolog/host_port_test$
^lib/util/mksiglist$
^lib/util/mksigname$
@ -56,3 +60,4 @@ Makefile$
^plugins/python/__pycache__
^plugins/python/regress/__pycache__
^plugins/python/check_python_examples$