diff options
author | Amar Tumballi <amarts@redhat.com> | 2018-08-22 12:31:48 +0530 |
---|---|---|
committer | Nigel Babu <nigelb@redhat.com> | 2018-09-12 11:48:34 +0000 |
commit | be77dbbda692792335a8e9e7c02e0c281f003c40 (patch) | |
tree | 4c50b342ebd12452e8938a404e60481dbab47118 /.gitignore | |
parent | bc4201b4c23eee0e3d09a6760b449a0011677cd5 (diff) |
clang-format: add the config file
Also update the required documents and scripts to enable clang-format
Change-Id: I73aae6db06c2f732a1779d59a73bc05e28beafba
updates: bz#1564149
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 899758efe68..4b369515d3e 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ test-driver # Softlinks to test and log log *.vol +.clang-format # cmocka unit tests *.log |