Add __pycache__ to gitignore (#11260)

This commit is contained in:
Florian Märkl 2018-08-26 16:00:52 +02:00 committed by radare
parent 019491bcbc
commit a214324311

2
.gitignore vendored
View File

@ -114,3 +114,5 @@ cmake-build-*
/*.snap
# doxygen autogen
doc/doxygen/html
# Python
__pycache__