[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 5799c485a6
commit 2aa4504c43

1
.gitignore vendored
View File

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