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 <renato@netgate.com>
Change-Id: Id86c21e22aa2b9e4b559cfc0bc662de835fa1621
This commit is contained in:
Renato Botelho do Couto
2022-04-14 09:03:30 -03:00
committed by Matthew Smith
parent 7cd35f5d68
commit b909dfc27e

1
.gitignore vendored
View File

@ -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