Add .egg-info/ dir to gitignore
authorIdan Gazit <idan@gazit.me>
Wed, 11 Apr 2012 14:20:55 +0000 (17:20 +0300)
committerDonald Stufft <donald.stufft@gmail.com>
Tue, 1 May 2012 10:20:52 +0000 (06:20 -0400)
.gitignore

index 09b5490..aaf729b 100644 (file)
@@ -6,4 +6,5 @@ pylint.txt
 docs/_build
 toy.py
 .gitignore
-junit-report.xml
\ No newline at end of file
+junit-report.xml
+requests.egg-info/
\ No newline at end of file