summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWill McGugan <will@willmcgugan.com>2015-04-19 12:49:15 +0100
committerWill McGugan <will@willmcgugan.com>2015-04-19 12:49:15 +0100
commit97c367eb6b47d6b03d6b560d65f6622d0f7e810e (patch)
tree4e5438f434a6a8b0adb5ade0de3409d8d0954ada /.gitignore
parent7731df71a7b68c7a8ff181326bf84dd71b7c8a14 (diff)
downloadpyfilesystem-git-97c367eb6b47d6b03d6b560d65f6622d0f7e810e.tar.gz
added a .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..89ad3c4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+*.orig
+*.project
+*.pyc
+*.egg
+*.egg-info
+*.db
+*.sqlite
+*.sublime-*
+/**/__*__
+.eggs
+.tox
+build/