diff options
author | Chris Withers <chris@simplistix.co.uk> | 2013-05-26 14:49:42 +0100 |
---|---|---|
committer | Chris Withers <chris@simplistix.co.uk> | 2013-05-26 14:49:42 +0100 |
commit | 3406deac19e5f86ce4d09b8acd6f4aff433206c9 (patch) | |
tree | 5edfe0ae96e9e2b5ff8f875335cfb4b69e07bfb8 /.gitignore | |
parent | e8b4f0bc4a4bfdfe612683006cd5086ab599fa4d (diff) | |
download | sqlalchemy-3406deac19e5f86ce4d09b8acd6f4aff433206c9.tar.gz |
tweaks to ignorespr/1
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 875c070d9..e04e53b46 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ dogpile_data/ *.orig tox.ini .venv -.egg-info +*.egg-info .coverage -.*,cover
\ No newline at end of file +.*,cover +*.so |