commit | 366dd7689fda298abcbcaa2c37993602acd02729 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Oct 22 13:55:03 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Nov 02 19:41:50 2018 +0000 |
tree | 00c7b7ec30bb4175f9ef3d37dd11ade49eedfbcf | |
parent | 2b168a831ce5469a51f624396055c7eea8aa4101 [diff] |
scripts: format-code: enable .clang-ignore file Add an optional .clang-ignore file s.t. a repository can exclude files by name or paths from clang-format. Paths must start "./" per find's manual and not end in slash. Filenames must be simply the filename to exclude. For example: ./src/external linux_header.h This also supports comment lines starts with '#' and will skip over any line that starts with whitespace. Change-Id: I4129bc6e3003fc4a46f1dcc3ae38a0ab285c2dd8 Signed-off-by: Patrick Venture <venture@google.com>
Build script for CI jobs in Jenkins.