Commit 9df76866 authored by Stefan Behnel's avatar Stefan Behnel

added *.o to ignored files

parent 18075ea1
......@@ -2,6 +2,7 @@
*.pyo
__pycache__
*.so
*.o
Cython/Compiler/*.c
Cython/Plex/*.c
......
......@@ -19,6 +19,7 @@ dist/
*.dep
*.swp
*.so
*.o
*~
tags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment