diff options
author | reinout <reinout@vanrees.org> | 2009-10-20 12:23:38 +0200 |
---|---|---|
committer | Johann C. Rocholl <johann@rocholl.net> | 2009-11-12 18:16:57 -0800 |
commit | 42f8d75cd6b3c151cd795f7ca5340cf2acff377f (patch) | |
tree | fb897a0a03733250b98197d0d9ef39f9556a7313 /.gitignore | |
parent | 8fa3fac662fccd7fe437bc5b2e822653304a99d8 (diff) | |
download | pep8-42f8d75cd6b3c151cd795f7ca5340cf2acff377f.tar.gz |
Ignoring pep8.egg-info dir that is generated every time a release is made
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c80c0ba --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +pep8.egg-info |