Fix some build warnings about "Old Style VLA"
[vpp.git] / .gitignore
index 0f59724..98a2915 100644 (file)
@@ -8,7 +8,6 @@
 /build-root/dpdk-includes/
 /build-root/packages-vpp/
 /build-root/path_setup
-/build-root/build-config.mk
 /build-root/deb/debian/vpp-plugins/
 /build-root/deb/.pybuild/
 /build-root/*.deb
@@ -56,7 +55,7 @@ ylwrap
 test-driver
 
 *.iml
-.bootstrap.ok
+.deps.ok
 .settings
 .autotools
 # stop autotools ignore
@@ -67,6 +66,8 @@ test-driver
 .project
 .cproject
 .vscode/
+CMakeLists.txt
+cmake-build*/
 
 # cscope and ctags
 /cscope.*
@@ -100,3 +101,6 @@ GTAGS
 
 # vppctl command list
 /src/scripts/vppctl-cmd-list
+
+# No core files
+**/core
\ No newline at end of file