summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-10-17 07:37:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-10-17 07:37:05 -0400
commitf1ffd99789cf90d548e997d484fdb05a4e369e54 (patch)
treecd91bb054fc074919c183949ba17c70fc51b2dc9 /.gitignore
parentd43fe88b5f28f9e12f04ae4424039d19a6233237 (diff)
downloadpython-coveragepy-f1ffd99789cf90d548e997d484fdb05a4e369e54.tar.gz
Ignoring hypothesis results, and in git repos
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore40
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..74520d5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,40 @@
+# Files that can appear anywhere in the tree.
+*.pyc
+*.pyo
+*$py.class
+*.pyd
+*.so
+*.bak
+.coverage
+.coverage.*
+coverage.xml
+.metacov
+.metacov.*
+*.swp
+
+# Stuff generated by editors.
+.idea/
+.vimtags
+
+# Stuff in the root.
+build
+*.egg-info
+dist
+htmlcov
+MANIFEST
+setuptools-*.egg
+.tox*
+.noseids
+.cache
+.hypothesis
+
+# Stuff in the test directory.
+zipmods.zip
+
+# Stuff in the doc directory.
+_build
+_spell
+sample_html_beta
+
+# Stuff in the ci directory.
+*.token