vim-rtags
vim-rtags copied to clipboard
Ignore generated python cache files
I use vim-rtags as a submodule. The generated files pollute the submodule diff by stating there are changes in the submodule. This patch just gitignores the pyc files to resolve this issue.
Thanks. I added this and **/__pycache__ to this in my fork.