mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Update ignore files.
This commit is contained in:
parent
bdb02b1eff
commit
68939adee2
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
@ -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$
|
||||
|
Loading…
x
Reference in New Issue
Block a user