From 0352899c04f64882988143274bfe00f3eae18a7a Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 2 May 2025 10:49:22 +0200 Subject: [PATCH] build: add install_manifest.txt to .gitignore Type: make Change-Id: I62c0a0a48c2c91496eed4f413b4ea34fcb7d9e8d Signed-off-by: Damjan Marion --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9d2ecd8f6b3..5b20e10799a 100644 --- a/.gitignore +++ b/.gitignore @@ -159,5 +159,7 @@ compile_commands.json /cmake_install.cmake /startup.conf /startup.vpp +/install_manifest.txt + # log file archives /archives -- 2.16.6