From 0cd56fa292b9bf36a7ee4e4ed6f27226b913ddbd Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 21 Nov 2011 16:44:21 -0500 Subject: [PATCH] Add ignore file; from Mike Frysinger --- .hgignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..faa1d3999 --- /dev/null +++ b/.hgignore @@ -0,0 +1,29 @@ +~$ +\.o$ +\.l[ao]$ +\.lai$ +\.mo$ + +\.diff$ +\.orig$ +\.patch$ +\.rej$ + +^autom4te\.cache/ +/\.libs/ +Makefile$ +^config\.(h|log|status)$ +^libtool$ + +^ChangeLog$ +^doc/.*\.man$ + +^pathnames\.h$ +^src/sudo$ +^src/sudo_usage\.h$ + +^compat/mksiglist$ +^compat/siglist\.c$ + +^plugins/sudoers/(sudoers|sudoreplay|testsudoers|visudo|check_[a-z_]+)$ +^plugins/sudoers/.*\.(out|toke|err)$ -- 2.40.0