Update 2024-09-26 16:09 Linux/x86_64-ld5587
This commit is contained in:
parent
8ab310ddbd
commit
049b98506e
@ -12,6 +12,7 @@ find "${PWD}/"* -type f \
|
||||
-o -iname "*.hh" \
|
||||
-o -iname "*.hpp" \
|
||||
-o -iname "*.lua" \
|
||||
-o -iname "*.java" \
|
||||
-o -iname "*.gmk" \
|
||||
-o -iname "*.pl" \
|
||||
-o -iname "*.sh" \
|
||||
@ -42,9 +43,10 @@ cscope -qbkCRv -P${PWD} -f ${PWD}/.git/cscope.out -i${PWD}/.git/files
|
||||
|
||||
# create tags file
|
||||
ectags --sort=yes \
|
||||
--languages=C,C++,Make,Lua,Perl,Sh \
|
||||
--languages=C,C++,Make,Lua,Perl,Sh,Java \
|
||||
--tag-relative=no \
|
||||
--extra=fq \
|
||||
--fields=+K \
|
||||
--totals=yes \
|
||||
--fields=fkst \
|
||||
--exclude=.git \
|
||||
|
@ -4,6 +4,9 @@
|
||||
[user "git@github.wdf.sap.corp:"]
|
||||
name = Stefan Hagen
|
||||
email = stefan.hagen@sap.com
|
||||
[user "github.wdf.sap.corp"]
|
||||
name = Stefan Hagen
|
||||
email = stefan.hagen@sap.com
|
||||
[user "git@github.infra.hana.ondemand.com:"]
|
||||
name = Stefan Hagen
|
||||
email = stefan.hagen@sap.com
|
||||
|
Loading…
Reference in New Issue
Block a user