vim-rtags icon indicating copy to clipboard operation
vim-rtags copied to clipboard

Ignore generated python cache files

Open kstrafe opened this issue 5 years ago • 1 comments

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.

kstrafe avatar Sep 01 '19 13:09 kstrafe

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

mckellygit avatar Aug 15 '20 12:08 mckellygit