Repository: trafficserver Updated Branches: refs/heads/master 90fa51d51 -> fadcd18ab
TS-3419 Also exclude lib/tsconfig from clang-format, it is mucking with generated files too much Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fadcd18a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fadcd18a Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fadcd18a Branch: refs/heads/master Commit: fadcd18ab5a4b39bdb0557744e11371befc31c72 Parents: 90fa51d Author: Leif Hedstrom <[email protected]> Authored: Sat Feb 28 07:57:17 2015 -0500 Committer: Leif Hedstrom <[email protected]> Committed: Sat Feb 28 07:57:17 2015 -0500 ---------------------------------------------------------------------- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fadcd18a/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index d4060eb..b27c248 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,7 +99,8 @@ submodules: git submodule update --init clang-format: - for f in `find . -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/ck -e lib/luajit`; do echo $$f; clang-format -i $$f; done + for f in `find . -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/ck -e lib/luajit -e lib/tsconfig`; do \ + echo $$f; clang-format -i $$f; done help: @echo 'all default target for building the package' && \
