api: clean up use of deprecated flag
[vpp.git] / .gitignore
index f2068c1..ea33024 100644 (file)
@@ -84,6 +84,10 @@ GTAGS
 /sphinx_venv
 !/docs/Makefile
 
+# language servers
+compile_commands.json
+.clangd
+
 # indent backup files
 *.BAK
 
@@ -94,12 +98,17 @@ GTAGS
 /src/vpp-api/python/build
 /src/vpp-api/python/dist
 /src/vpp-api/python/vpp_papi.egg-info
-
-# Build files in the test directory
-/test/*.ok
+/src/vpp_api/.tox
+/src/vpp_api/.stestr
 
 # vppctl command list
 /src/scripts/vppctl-cmd-list
 
 # No core files
 **/core
+
+# extra scripts config
+/extras/scripts/.config/
+
+# extras gomemif build files
+/extras/gomemif/bazel*