From: Todd C. Miller Date: Thu, 12 Jan 2012 15:54:20 +0000 (-0500) Subject: Add ignore file X-Git-Tag: SUDO_1_7_9~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afd20a9b1503fdf1458d4468708d19fa4d0be76d;p=sudo Add ignore file --HG-- branch : 1.7 --- diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..4252e9383 --- /dev/null +++ b/.hgignore @@ -0,0 +1,35 @@ +~$ +\.a$ +\.o$ +\.l[ao]$ +\.lai$ +\.mo$ + +\.diff$ +\.orig$ +\.patch$ +\.rej$ + +^autom4te\.cache/ +^\.libs/ +Makefile$ +^config\.(h|log|status)$ +^libtool$ + +^ChangeLog$ +^.*\.man$ +^varsub$ +^zlib/zconf.h$ + +^pathnames\.h$ +^sudo_usage\.h$ + +^mksiglist$ +^siglist\.c$ + +^sudo$ +^sudoers$ +^visudo$ +^sudoreplay$ +^testsudoers$ +^sesh$