crypto crypto-openssl: support hashing operations
[vpp.git] / .gitignore
index c56b4cf..d91975e 100644 (file)
@@ -39,7 +39,6 @@ config.log
 config.guess
 config.sub
 config.status
-configure
 configure.scan
 coverage_report
 depcomp
@@ -81,9 +80,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 +101,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 +110,11 @@ GTAGS
 # extra scripts config
 /extras/scripts/.config/
 
+# extras gomemif build files
+/extras/gomemif/bazel*
+
+# vpptop build files
+/extras/vpptop/build/*
+
+# debian packaging
+.pc
\ No newline at end of file