ip: Router ID included in flow hash
[vpp.git] / .gitignore
index c56b4cf..19378e8 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
 
@@ -97,10 +102,6 @@ GTAGS
 /src/vpp_api/.tox
 /src/vpp_api/.stestr
 
-# Build files in the test directory
-/test/*.ok
-/test/ext/.d
-
 # vppctl command list
 /src/scripts/vppctl-cmd-list
 
@@ -110,3 +111,5 @@ GTAGS
 # extra scripts config
 /extras/scripts/.config/
 
+# extras gomemif build files
+/extras/gomemif/bazel*