summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2020-08-12 09:11:20 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2020-08-12 09:11:20 -0600
commite83f767d8312fdd40840ced4e1c06f502441a1ac (patch)
treee2bdfc41af7fd67789a9463246ce762c328213ab /.hgignore
parent9076df644da7c069a43fa4e68aa9072750dcbb02 (diff)
downloadsudo-e83f767d8312fdd40840ced4e1c06f502441a1ac.tar.gz
Add *.map to the ignore file.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore11
1 files changed, 6 insertions, 5 deletions
diff --git a/.hgignore b/.hgignore
index f96642d77..2812f835a 100644
--- a/.hgignore
+++ b/.hgignore
@@ -2,6 +2,7 @@
\.i$
\.l[ao]$
\.lai$
+\.map$
\.mo$
\.o$
\.plog$
@@ -19,16 +20,16 @@ Makefile$
^build$
^ChangeLog$
-^PVS-Studio.cfg$
-^uncrustify.files$
+^PVS-Studio\.cfg$
+^uncrustify\.files$
^doc/.*\.man$
^doc/.*\.mdoc$
^doc/fixman\.sed$
^examples/sudo\.conf$
-^init.d/.*.sh$
-^init.d/sudo.conf$
+^init\.d/.*\.sh$
+^init\.d/sudo\.conf$
^pathnames\.h$
^src/sudo$
@@ -51,7 +52,7 @@ Makefile$
^plugins/sudoers/(cvtsudoers|sudoers|sudoreplay|testsudoers|tsdump|visudo|prologue|check_[a-z0-9_]+)$
^plugins/sudoers/.*\.(out|toke|err|json|ldif|sudo|ldif2sudo)$
^plugins/sudoers/regress/iolog_plugin/iolog$
-^plugins/sudoers/regress/testsudoers/test3.d/root$
+^plugins/sudoers/regress/testsudoers/test3\.d/root$
^plugins/python/__pycache__
^plugins/python/regress/__pycache__