diff options
author | Erich Blume <blume.erich@gmail.com> | 2014-01-30 16:35:43 -0800 |
---|---|---|
committer | Erich Blume <blume.erich@gmail.com> | 2014-01-30 16:37:18 -0800 |
commit | 4eb5d44cecb56ece346e2fb8abacc6cdfd44f183 (patch) | |
tree | f31cd18684365df3c4c1ea985d44e5266a6fcc0a | |
parent | 8afb69ced876200c6bc4013108900e067130cb0e (diff) | |
download | sqlalchemy-4eb5d44cecb56ece346e2fb8abacc6cdfd44f183.tar.gz |
Don't include .egg files in the repo
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ba308575e..c2fa6b203 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.pyo +*.egg /build/ /dist/ /doc/build/output/ |