From 3d99d4753f690389b70e2473b80c26ea8209bfcd Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 2 Feb 2024 23:22:20 +0900 Subject: [PATCH] Ignore generated config/policy file These files should be generated by tools and should not be added to the repository. Change-Id: Iecce1495b98251a90bd2d4444f9d8a9d05c545f0 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8426a2ba9..c2cabf10a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,10 @@ doc/source/_static/*.sample # release notes build releasenotes/build +# generated config files +example.conf +policy.yaml.sample + # Packages/installer info *.egg *.egg-info