diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-08-28 00:13:25 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-08-28 00:13:25 +0100 |
commit | 778d81ccd9e5f98ab899f2fb3cf01448f0daf8c9 (patch) | |
tree | 2f8ce64720be261a471b1d2f8a5525bf1cf1aeec /.hgignore | |
parent | 6e3152c0b84f11a16e7cc689a4bfb32b7b5ee3ad (diff) | |
download | unit-778d81ccd9e5f98ab899f2fb3cf01448f0daf8c9.tar.gz unit-778d81ccd9e5f98ab899f2fb3cf01448f0daf8c9.tar.bz2 |
Remove .hgignore files
Probably not needed now...
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.hgignore b/.hgignore deleted file mode 100644 index d4f37fde..00000000 --- a/.hgignore +++ /dev/null @@ -1,6 +0,0 @@ -^build/ -^Makefile$ -\.pyc$ -\.cache$ -\.pytest_cache$ -__pycache__/ |