session tcp vcl: api to update connection attributes
[vpp.git] / .gitignore
index 3e9a92e..455316c 100644 (file)
@@ -81,9 +81,14 @@ GTAGS
 /build-root/.doxygen-bootstrap.ok
 /build-root/.doxygen-siphon.dep
 /docs/_build
+/docs/dynamic_includes
 /sphinx_venv
 !/docs/Makefile
 
+# language servers
+compile_commands.json
+.clangd
+
 # indent backup files
 *.BAK
 
@@ -108,3 +113,9 @@ GTAGS
 
 # extras gomemif build files
 /extras/gomemif/bazel*
+
+# vpptop build files
+/extras/vpptop/build/*
+
+# debian packaging
+.pc
\ No newline at end of file