summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-05-11 20:34:12 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2018-05-11 20:34:12 -0700
commit77768127d9c13e5bf31c786020dbaa345c6d80ea (patch)
tree94fa2445520a9f22a0a3d5b72c98de56f341693b
parentcbad951110b5844c073de5393394b3d1690bc2b8 (diff)
downloadnatsort-77768127d9c13e5bf31c786020dbaa345c6d80ea.tar.gz
Include .pytest_cache to .gitignore; remove .hgignore.
-rw-r--r--.gitignore1
-rw-r--r--.hgignore40
2 files changed, 1 insertions, 40 deletions
diff --git a/.gitignore b/.gitignore
index e63364e..3dfcb83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ pip-log.txt
.coverage
.tox
.cache
+.pytest_cache
.pytest
#Translations
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index 10fc9aa..0000000
--- a/.hgignore
+++ /dev/null
@@ -1,40 +0,0 @@
-syntax: glob
-
-*.py[co]
-
-# Packages
-*.egg
-*.eggs
-*.egg-info
-dist
-build
-eggs
-parts
-bin
-var
-sdist
-develop-eggs
-.installed.cfg
-.python-version
-
-# We are using MANIFEST.in instead
-MANIFEST
-
-# Installer logs
-pip-log.txt
-
-# Unit test / coverage reports
-.hypothesis
-.coverage
-.tox
-.cache
-.pytest
-
-#Translations
-*.mo
-
-#Mr Developer
-.mr.developer.cfg
-
-# PyCharm
-.idea