From: j8takagi Date: Mon, 6 Jul 2026 10:11:05 +0000 (+0900) Subject: gtagsの除外ファイルを設定 X-Git-Tag: v0.6p10~1 X-Git-Url: https://www.j8takagi.net/gitweb?a=commitdiff_plain;h=6fe7a604f412bccd1f937dbb9ee237607beb9b31;p=yacasl2.git gtagsの除外ファイルを設定 --- diff --git a/doc_inner/gtags.conf b/doc_inner/gtags.conf new file mode 100644 index 0000000..8666c47 --- /dev/null +++ b/doc_inner/gtags.conf @@ -0,0 +1,2 @@ +default:\ + :skip=*___stamp,*.o,*.d,.*,*.bak,GTAGS,GRTAGS,GPATH,GSYMS,Doxyfile,INSTALL,doc/,doc_inner/,test/,gtags.conf diff --git a/gtags.conf b/gtags.conf new file mode 120000 index 0000000..db15a64 --- /dev/null +++ b/gtags.conf @@ -0,0 +1 @@ +doc_inner/gtags.conf \ No newline at end of file