diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2020-09-18 19:37:56 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2020-09-18 19:37:56 +0100 |
commit | 7842c2d980512c10e23317da6261dad6bb9dffcc (patch) | |
tree | c94c02b358b7ba9539449561629ef127154ade44 | |
parent | 8ee96c224a42c47d641bc41424d932bb8c76773a (diff) | |
download | unit-7842c2d980512c10e23317da6261dad6bb9dffcc.tar.gz unit-7842c2d980512c10e23317da6261dad6bb9dffcc.tar.bz2 |
Added .hgignore file.
-rw-r--r-- | .hgignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..d4f37fde --- /dev/null +++ b/.hgignore @@ -0,0 +1,6 @@ +^build/ +^Makefile$ +\.pyc$ +\.cache$ +\.pytest_cache$ +__pycache__/ |