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 "*.hh" \
|
||||||
-o -iname "*.hpp" \
|
-o -iname "*.hpp" \
|
||||||
-o -iname "*.lua" \
|
-o -iname "*.lua" \
|
||||||
|
-o -iname "*.java" \
|
||||||
-o -iname "*.gmk" \
|
-o -iname "*.gmk" \
|
||||||
-o -iname "*.pl" \
|
-o -iname "*.pl" \
|
||||||
-o -iname "*.sh" \
|
-o -iname "*.sh" \
|
||||||
@ -42,9 +43,10 @@ cscope -qbkCRv -P${PWD} -f ${PWD}/.git/cscope.out -i${PWD}/.git/files
|
|||||||
|
|
||||||
# create tags file
|
# create tags file
|
||||||
ectags --sort=yes \
|
ectags --sort=yes \
|
||||||
--languages=C,C++,Make,Lua,Perl,Sh \
|
--languages=C,C++,Make,Lua,Perl,Sh,Java \
|
||||||
--tag-relative=no \
|
--tag-relative=no \
|
||||||
--extra=fq \
|
--extra=fq \
|
||||||
|
--fields=+K \
|
||||||
--totals=yes \
|
--totals=yes \
|
||||||
--fields=fkst \
|
--fields=fkst \
|
||||||
--exclude=.git \
|
--exclude=.git \
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
[user "git@github.wdf.sap.corp:"]
|
[user "git@github.wdf.sap.corp:"]
|
||||||
name = Stefan Hagen
|
name = Stefan Hagen
|
||||||
email = stefan.hagen@sap.com
|
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:"]
|
[user "git@github.infra.hana.ondemand.com:"]
|
||||||
name = Stefan Hagen
|
name = Stefan Hagen
|
||||||
email = stefan.hagen@sap.com
|
email = stefan.hagen@sap.com
|
||||||
|
Loading…
Reference in New Issue
Block a user