47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
#
|
|
# Copyright (c) 1998, 1999, 2000, 2001, 2002, 2003, 2010, 2011, 2013,
|
|
# 2015, 2016
|
|
# Tama Communications Corporation
|
|
#
|
|
# This file is part of GNU GLOBAL.
|
|
#
|
|
# This file is free software; as a special exception the author gives
|
|
# unlimited permission to copy and/or distribute it, with or without
|
|
# modifications, as long as this notice is preserved.
|
|
#
|
|
# This program is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
#
|
|
# *
|
|
# Configuration file for GNU GLOBAL source code tag system.
|
|
#
|
|
# Basically, GLOBAL doesn't need this file ('gtags.conf'), because it has
|
|
# default values in itsself. If you have the file as '/etc/gtags.conf' or
|
|
# "$HOME/.globalrc" in your system then GLOBAL overwrite the default values
|
|
# with the values in the file.
|
|
#
|
|
# The format is similar to termcap(5). You can specify a target with
|
|
# GTAGSLABEL environment variable. Default target is 'default'.
|
|
#
|
|
# If you want to have a common record for yourself, it is recommended to
|
|
# use the following method:
|
|
#
|
|
|
|
common:
|
|
:skip=Debug/,Release/,Threads/,mxe/,xcode/,codeblocks/,Qt/,xcode/,android/,compile_commands.json,xml/,YAPDroid/app/build/,YAPDroid/lib/build/:HTML/,HTML.pub/,tags,TAGS,ID,y.tab.c,y.tab.h,gtags.files,cscope.files,cscope.out,cscope.po.out,cscope.in.out,SCCS/,RCS/,CVS/,CVSROOT/,{arch}/,autom4te.cache/,*.orig,*.rej,*.bak,*~,#*#,*.swp,*.tmp,*_flymake.*,*_flymake:
|
|
|
|
|
|
#
|
|
# A common map for both Exuberant Ctags and Universal Ctags.
|
|
# Don't include definitions of ctagscom and ctagslib in this entry.
|
|
#
|
|
default:\
|
|
yap:native:user:
|
|
|
|
yap:\
|
|
:tc=common:\
|
|
:langmap=Prolog\:.pl.yap.ypp.P.prolog:\
|
|
:gtags_parser=Prolog\:$ctagslib:
|
|
|