lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

Ignore generated python cache files #124

Open kstrafe opened 5 years ago

kstrafe commented 5 years ago

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.

mckellygit commented 4 years ago

Thanks. I added this and **/__pycache__ to this in my fork.