From 7ceeca1eb03010ff2d1b4b4a0543797b9b9c9fdc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 17 Jan 2020 12:01:25 -0700 Subject: [PATCH] Add examples/sudo.conf to ignore files. --- .gitignore | 2 ++ .hgignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index acb0269d9..6ddfbad9b 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,8 @@ doc/*.man doc/*.mdoc doc/fixman.sed +examples/sudo.conf + init.d/*.sh init.d/sudo.conf diff --git a/.hgignore b/.hgignore index 1e072dd32..d7440e94f 100644 --- a/.hgignore +++ b/.hgignore @@ -25,6 +25,8 @@ Makefile$ ^doc/.*\.mdoc$ ^doc/fixman\.sed$ +^examples/sudo\.conf$ + ^init.d/.*.sh$ ^init.d/sudo.conf$