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

Add src/intercept.exp to ignore files.

This commit is contained in:
Todd C. Miller 2021-09-09 12:21:20 -06:00
parent 197d4ced38
commit 4b5a67cf8e
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -41,6 +41,7 @@ src/sudo
src/sesh
src/check_noexec
src/check_ttyname
src/intercept.exp
src/sudo_usage.h
lib/eventlog/check_wrap

View File

@ -37,6 +37,7 @@ Makefile$
^src/sudo$
^src/sesh$
^src/check_(noexec|ttyname)$
^src/intercept\.exp$
^src/sudo_usage\.h$
^lib/eventlog/check_wrap$