gitignore: add __pycache__
This commit is contained in:
parent
ac44264dfa
commit
ee05aca342
|
@ -46,3 +46,4 @@ Makefile.local
|
|||
# YouCompleteMe (https://github.com/Valloric/YouCompleteMe)
|
||||
.ycm_extra_conf.py
|
||||
.ycm_extra_conf.pyc
|
||||
__pycache__
|
||||
|
|
Loading…
Reference in New Issue