From eee4da72349069dcb6404c448dd2bff74bbcc66e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 2 Feb 2024 23:31:06 +0900 Subject: [PATCH] Fix pattern to exclude generated config file The current pattern does not match the target path so git still picks up the file as a change which can be included. Change-Id: I8a4c0781ecba4c7b2686213623bb312c523b41ac --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c810ee7..cf294c07 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,7 @@ nosetests.xml # Translations *.mo -etc/*.sample +etc/octavia/conf.d/ovn.conf.sample # Complexity output/*.html