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

Ignore scripts/check_man

This commit is contained in:
Todd C. Miller 2025-03-09 10:42:17 -06:00
parent fce45b2767
commit 627ae4b09c
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -98,3 +98,5 @@ plugins/sudoers/regress/testsudoers/test3.d/root
plugins/python/__pycache__ plugins/python/__pycache__
plugins/python/regress/__pycache__ plugins/python/regress/__pycache__
plugins/python/check_python_examples plugins/python/check_python_examples
scripts/check_man

View File

@ -77,3 +77,5 @@ Makefile$
^plugins/python/__pycache__ ^plugins/python/__pycache__
^plugins/python/regress/__pycache__ ^plugins/python/regress/__pycache__
^plugins/python/check_python_examples$ ^plugins/python/check_python_examples$
^scripts/check_man$