summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apollo13.(none)>2008-05-20 15:48:12 +0200
committerFlorian Apolloner <florian@apollo13.(none)>2008-05-20 15:48:12 +0200
commit1dc09f0ece61ef2bd629e8bfe532aa24f4f8e0c2 (patch)
tree32888d44441e334d0abf754e33ac86001c60ff36 /.gitignore
parent207bf7bf30651c3284408d87d7c499e43db6bc83 (diff)
downloadgitpython-1dc09f0ece61ef2bd629e8bfe532aa24f4f8e0c2.tar.gz
added .gitignore to ignore *.pyc files and the egg-info stuff.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..95eef648
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+lib/GitPython.egg-info