aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-08-07 21:57:02 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-08-07 21:57:02 +0200
commitd6f7a1435f339bb48f2f62b120bc43fea7b09225 (patch)
treecc2df5acfc81e7f2a94a6205ef6212e242350a55 /.hgignore
parent07612fb1b9c7ef9c3fad1246fd991c5a8d91ef14 (diff)
downloadruamel-yaml-clib-code-d6f7a1435f339bb48f2f62b120bc43fea7b09225.tar.gz
prevent -nspkg.pth file from being generated0.1.1
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..76db731
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+# this should only include project specific files. Ignores that are valid for other
+# ruamel. projects like e.g. the directory .tox should go in the file pointed to by
+# the ui->ignore entry in ~/.hgrc (mercurial doesn't conform to the XDG Base Directory
+# Specification):
+# [ui]
+# ignore = ~/.hgext/hgignore
+
+syntax: glob
+
+_doc