From ce88d4edc1b09348d2c804c5c59ed04a2353fc5e Mon Sep 17 00:00:00 2001 From: songwenping Date: Tue, 23 Feb 2021 17:07:13 +0800 Subject: [PATCH] Add tags to .gitignore When using ctags, it will provide a 'tags' file in the directory. It should be added to .gitignore. Change-Id: Iaffac082948745c1b9171834504234570b795065 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c0d0d098..0e5c5883 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ openstack_cyborg.egg-info dist +tags build/* *.DS_Store ChangeLog