diff options
author | Renato Botelho do Couto <renato@netgate.com> | 2022-04-14 09:03:30 -0300 |
---|---|---|
committer | Matthew Smith <mgsmith@netgate.com> | 2022-04-14 17:53:49 +0000 |
commit | b909dfc27e612e2c8dfab6a11f3a0c6f09cde61a (patch) | |
tree | fa2bfccf978871424e85d6239162030b816ced54 | |
parent | 7cd35f5d688d9e3bddf66602655274dae944b086 (diff) |
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
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |