summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2012-02-20 12:21:49 +0100
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2012-02-20 12:21:49 +0100
commit16a88f08289ae93ec77d527af19dc3aeacc1e0d1 (patch)
tree054a8b05fe1d68962a5e046777c7d08ead7748f9 /.gitignore
parentcb4c8b0a94cd09ac605ae1300decf84be37c4b6b (diff)
downloadrdflib-16a88f08289ae93ec77d527af19dc3aeacc1e0d1.tar.gz
added gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..4aea8296
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+build/
+dist/
+coverage/
+/.tox/
+/docs/_build/
+/docs/draft/
+/docs/_static/
+*.egg-info/
+/.coverage
+/.hgtags
+/.hgignore
+__pycache__/
+nosetests.xml
+*.pyc
+*~