|
From: Husain A. <hu...@al...> - 2023-01-14 01:06:58
|
The auto-generated makefile targets CTAGS, GTAGS and TAGS generate files locally that should not be checked-in into the source code. This change adds these files to the .gitignore file. The list of files match those in distclean-tags target. --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 74de561..85667ce 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,15 @@ Makefile Makefile.in + +GPATH +GRTAGS +GSYMS +GTAGS +ID +TAGS +cscope.files +cscope.in.out +cscope.out +cscope.po.out +tags \ No newline at end of file -- 2.39.0 |