From 2aa4504c43ab3b33d14ded14bf147ccb1e0ad748 Mon Sep 17 00:00:00 2001 From: Alex Chernetz Date: Fri, 19 Jun 2015 23:20:27 -0700 Subject: [PATCH] [Python binding] Add capstone.egg-info to .gitignore This directory gets created if you install using pip in editable mode. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c38e5f84f..bbe0c16cc 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ # python bindings/python/build/ +bindings/python/capstone.egg-info/ *.pyc # java