From: Renato Botelho do Couto Date: Thu, 14 Apr 2022 12:03:30 +0000 (-0300) Subject: build: Ignore buildinfo file X-Git-Tag: v22.10-rc0~89 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=b909dfc27e612e2c8dfab6a11f3a0c6f09cde61a;p=vpp.git build: Ignore buildinfo file During deb package build, a .buildinfo file is created at build-root. Add this to .gitignore. Type: make Signed-off-by: Renato Botelho do Couto Change-Id: Id86c21e22aa2b9e4b559cfc0bc662de835fa1621 --- diff --git a/.gitignore b/.gitignore index 4fb7ecc809f..4b7ed4f3277 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /build-root/path_setup /build-root/deb/debian/vpp-plugins/ /build-root/deb/.pybuild/ +/build-root/*.buildinfo /build-root/*.deb /build-root/*.rpm /build-root/*.tar.xz