[Python binding] Add capstone.egg-info to .gitignore

This directory gets created if you install using pip in editable mode.
This commit is contained in:
Alex Chernetz
2015-06-19 23:20:27 -07:00
parent 801178bea4
commit 6f1e543c53

1
.gitignore vendored
View File

@ -22,6 +22,7 @@
# python
bindings/python/build/
bindings/python/capstone.egg-info/
*.pyc
# java