|
From: Oswald B. <osw...@gm...> - 2023-01-08 15:01:19
|
On Sun, Jan 08, 2023 at 05:14:02AM +0000, Husain Alshehhi wrote: >TAGS and GTAGS generate files to index the src. These files should not >be included in source control. > i'm not convinced that this should be included upstream. it's not part of the build system, so it must be something you did locally. so i think you sould just put it in the repo's .git/info/exclude or even your ~/.config/git/ignore if this is something you use with other projects as well. |