vcl: refactor debugging
[vpp.git] / .gitignore
index 2810cb5..ea08acd 100644 (file)
@@ -8,12 +8,13 @@
 /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
 /build-root/*.rpm
+/build-root/*.tar.xz
 /build-root/*.changes
+/build-root/rpmbuild/
 /build-root/test-doc/
 /build-root/test-cov/
 /build-root/python/
@@ -35,7 +36,6 @@ aclocal.m4
 app.info
 compile
 config.h
-config.h.in
 config.log
 config.guess
 config.sub
@@ -54,7 +54,7 @@ ylwrap
 test-driver
 
 *.iml
-.bootstrap.ok
+.deps.ok
 .settings
 .autotools
 # stop autotools ignore
@@ -64,7 +64,10 @@ test-driver
 .idea/
 .project
 .cproject
+.pydevproject
 .vscode/
+CMakeLists.txt
+cmake-build*/
 
 # cscope and ctags
 /cscope.*
@@ -90,11 +93,12 @@ GTAGS
 /src/vpp-api/python/build
 /src/vpp-api/python/dist
 /src/vpp-api/python/vpp_papi.egg-info
-/src/vpp-api/python/vpp_papi/memclnt.py
-/src/vpp-api/python/vpp_papi/vpe.py
 
 # Build files in the test directory
 /test/*.ok
 
 # vppctl command list
 /src/scripts/vppctl-cmd-list
+
+# No core files
+**/core
\ No newline at end of file