NAT44: interface output feature and service host direct access (VPP-1176)
[vpp.git] / .gitignore
index ab997fa..a5e4c14 100644 (file)
 /build-root/path_setup
 /build-root/build-config.mk
 /build-root/deb/debian/vpp-plugins/
+/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
+/dpdk/vpp-dpdk*.deb
+/dpdk/vpp-dpdk*.changes
 /path_setup
 /tools/
 # start autotools ignore
@@ -48,16 +55,20 @@ ltmain.sh
 ylwrap
 test-driver
 
-.cproject
 *.iml
 .bootstrap.ok
 .settings
+.autotools
 # stop autotools ignore
 
 # OSX and some IDE
 .DS_Store
 .idea/
 .project
+.cproject
+.vscode/
+CMakeLists.txt
+cmake-build*/
 
 # cscope and ctags
 /cscope.*
@@ -91,3 +102,6 @@ GTAGS
 
 # vppctl command list
 /src/scripts/vppctl-cmd-list
+
+# No core files
+**/core
\ No newline at end of file