From 1bd1dfff3b25f577a8edc96b76efbe42ed64796d Mon Sep 17 00:00:00 2001 From: Roger Shimizu Date: Wed, 15 Feb 2017 05:07:15 -0700 Subject: Import binaryornot_0.4.0+dfsg.orig.tar.xz [dgit import orig binaryornot_0.4.0+dfsg.orig.tar.xz] --- .gitignore | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..540b759 --- /dev/null +++ b/.gitignore @@ -0,0 +1,52 @@ +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 +.eggs + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Complexity +output/*.html +output/*/index.html + +# Sphinx +docs/_build + +# Coverage +htmlcov/ + +# Profiling +binaryornot_profile + +# Hypothesis +.hypothesis \ No newline at end of file -- cgit v1.2.3