Adj: VFTs for adjacency sub-blocks
[vpp.git] / .gitignore
index 5a6266d..a5e4c14 100644 (file)
 /build-root/deb/.pybuild/
 /build-root/*.deb
 /build-root/*.rpm
+/build-root/*.tar.xz
 /build-root/*.changes
+/build-root/rpmbuild/
 /build-root/test-doc/
 /build-root/test-cov/
 /build-root/python/
 /build-root/vapi_test/
+/build-root/vom_test/
 /build-config.mk
 /dpdk/*.tar.gz
 /dpdk/*.tar.xz
@@ -64,6 +67,8 @@ test-driver
 .project
 .cproject
 .vscode/
+CMakeLists.txt
+cmake-build*/
 
 # cscope and ctags
 /cscope.*
@@ -97,3 +102,6 @@ GTAGS
 
 # vppctl command list
 /src/scripts/vppctl-cmd-list
+
+# No core files
+**/core
\ No newline at end of file