diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:47:29 +0000 |
commit | fd0ae3eca1c986a6b97da2fba8934ef44342b3c5 (patch) | |
tree | fe18c4c9e56e9a3368b53f0ac4494a9a55cf09ca /.hgignore | |
parent | Releasing progress-linux version 0.2.8-2~progress7.99u1. (diff) | |
download | ruamel.yaml.clib-fd0ae3eca1c986a6b97da2fba8934ef44342b3c5.tar.xz ruamel.yaml.clib-fd0ae3eca1c986a6b97da2fba8934ef44342b3c5.zip |
Merging upstream version 0.2.8+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..2f58a5e --- /dev/null +++ b/.hgignore @@ -0,0 +1,11 @@ +# 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 + +TODO +tmp |