Add examples/sudo.conf to ignore files.

This commit is contained in:
Todd C. Miller
2020-01-17 12:01:25 -07:00
parent 0ab02b8a16
commit 7ceeca1eb0
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@@ -29,6 +29,8 @@ doc/*.man
doc/*.mdoc
doc/fixman.sed
examples/sudo.conf
init.d/*.sh
init.d/sudo.conf

View File

@@ -25,6 +25,8 @@ Makefile$
^doc/.*\.mdoc$
^doc/fixman\.sed$
^examples/sudo\.conf$
^init.d/.*.sh$
^init.d/sudo.conf$