Skip to content

Commit 2badd84

Browse files
committed
Minor update
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent e004762 commit 2badd84

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.globalrc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# GNU Global .conf file, see /etc/gtags/gtags.conf for details.
2+
# This configuration is optimized for the Finit project structure.
3+
24
default:\
35
:tc=default@/etc/gtags/gtags.conf:\
46
:tc=common:
57

68
common:\
7-
:skip=tags,TAGS,ID,y.tab.c,y.tab.h,gtags.files,cscope.files,cscope.out,cscope.po.out,cscope.in.out,,{arch}/,autom4te.cache/,*.orig,*.rej,*.bak,*~,#*#,*.swp,*.tmp,*_flymake.*,*_flymake,*.o,*.a,*.so,*.lo,*.zip,*.gz,*.bz2,*.xz,*.lzh,*.Z,*.tgz,*.min.js,*min.css,sysroot/:
9+
:skip=tags,TAGS,ID,y.tab.c,y.tab.h,gtags.files,cscope.files,cscope.out,cscope.po.out,cscope.in.out,\
10+
{arch}/,autom4te.cache/,\
11+
*.orig,*.rej,*.bak,*~,#*#,*.swp,*.tmp,*_flymake.*,*_flymake,\
12+
*.o,*.a,*.so,*.lo,*.la,\
13+
*.zip,*.gz,*.bz2,*.xz,*.lzh,*.Z,*.tgz,\
14+
*.log,*.trs,test-suite.log,stamp-*,\
15+
sysroot/:

0 commit comments

Comments
 (0)