vppapigen: require reply ID different than caller ID
[vpp.git] / .gitignore
index 2810cb5..a5e4c14 100644 (file)
@@ -13,7 +13,9 @@
 /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/
@@ -65,6 +67,8 @@ test-driver
 .project
 .cproject
 .vscode/
+CMakeLists.txt
+cmake-build*/
 
 # cscope and ctags
 /cscope.*
@@ -98,3 +102,6 @@ GTAGS
 
 # vppctl command list
 /src/scripts/vppctl-cmd-list
+
+# No core files
+**/core
\ No newline at end of file