diff --git a/.gitignore b/.gitignore index 63e57bd2a5..7390ab1c1e 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,9 @@ Makefile.local .clang_complete # YouCompleteMe (https://github.com/Valloric/YouCompleteMe) .ycm_extra_conf.py -.ycm_extra_conf.pyc -__pycache__ + +# Python compiled files +*.pyc + +# Ignore download cache .dlcache