diff options
author | Rishabh Dwivedi <rishabhdwivedi17@gmail.com> | 2021-07-25 22:42:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 19:12:07 +0200 |
commit | 53f70bb18350c266c43289a9b492d7245191a3d6 (patch) | |
tree | ca16827b4374d14c3b982bbc7efc4a5a1a2efb35 | |
parent | 3a34f59ae8a68499f982af5bbaed51c1073b6de6 (diff) | |
download | rneovim-53f70bb18350c266c43289a9b492d7245191a3d6.tar.gz rneovim-53f70bb18350c266c43289a9b492d7245191a3d6.tar.bz2 rneovim-53f70bb18350c266c43289a9b492d7245191a3d6.zip |
chore: added ccls-cache in .gitignore (#15175)
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 163140c6e1..e07ce4906e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ compile_commands.json /tmp/ /.clangd/ /.cache/clangd/ +/.ccls-cache/ .DS_Store *.mo |