diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-09 19:25:18 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-09 19:25:18 +0200 |
commit | 76d37f14eff418c67a45e6eef28063e50b09737b (patch) | |
tree | dab4ee14d98c30c7ae2054e362c47f582c7fb764 /.gitignore | |
parent | Merge pull request #4251 from rgirada/fix_pim_upstream (diff) | |
download | frr-76d37f14eff418c67a45e6eef28063e50b09737b.tar.xz frr-76d37f14eff418c67a45e6eef28063e50b09737b.zip |
.gitignore: ignore .ccls-cache
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7a1378d58..df2b0a6bf 100644 --- a/.gitignore +++ b/.gitignore @@ -88,5 +88,6 @@ GSYMS GRTAGS GPATH compile_commands.json +.ccls-cache .dirstamp refix |