gitignore: Don't ignore 'tags' directory
authorLi Zhijian <lizhijian@fujitsu.com>
Mon, 25 Nov 2024 08:37:36 +0000 (16:37 +0800)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Nov 2024 23:46:03 +0000 (08:46 +0900)
W=1 builds reported warnings regarding files being ignored:
   tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files
   tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files
   tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files

Adjusting the .gitignore entries will prevent these warnings and
ensure a smoother script execution.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
.gitignore

index 56972ad..6c57bb0 100644 (file)
@@ -128,6 +128,7 @@ series
 
 # ctags files
 tags
+!tags/
 TAGS
 
 # cscope files