gitignore: add __pycache__

This commit is contained in:
test 2016-03-05 15:59:15 +01:00 committed by Kaspar Schleiser
parent ac44264dfa
commit ee05aca342
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -46,3 +46,4 @@ Makefile.local
# YouCompleteMe (https://github.com/Valloric/YouCompleteMe)
.ycm_extra_conf.py
.ycm_extra_conf.pyc
__pycache__