From 67e86a0896bbcbfdbcf2384b5558fdcfe7cb74ee Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Thu, 7 Oct 2021 16:04:07 -0600 Subject: [PATCH] .gitignore: ignore tags file for ctags users --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eb26e0da91e..1be358d288b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ stage .pytest_cache/ .vscode/ htmlcov/ +tags # Ignore packaging artifacts cloud-init.dsc