diff options
-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 |