summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-05-18 04:26:49 +0200
committerChristian Hopps <chopps@labn.net>2023-05-18 15:32:32 +0200
commit2596308a09c2b87a24165d0f98bc673e30b729d1 (patch)
tree154dd744f80ec234f45c510908e5b3892c770b4b /.gitignore
parentMerge pull request #13546 from LabNConsulting/chopps/pylint-fix (diff)
downloadfrr-2596308a09c2b87a24165d0f98bc673e30b729d1.tar.xz
frr-2596308a09c2b87a24165d0f98bc673e30b729d1.zip
doc: configure: add configure option to generate .ccls file
`ccls` needs information from FRR build configuration to work, so allow creation of a custom ccls config during autoconf. Paraphrasing the doc entry: ccls is a very powerful tool that allows dev environments to provide sophisticated IDE functionality, e.g., semantically aware jumps and code refactoring... Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3dd6a4440..a66e3ccd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,6 +106,7 @@ GSYMS
GRTAGS
GPATH
compile_commands.json
+.ccls
.ccls-cache
.dirstamp
refix