From 6c0f4d587da1f44fb4e0cc056ec419d210dd4407 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 4 Apr 2017 00:38:23 +0200 Subject: [PATCH] Ignore .clang-format This symlink will be automatically created when invoking `make tidy`. It is required because I don't know how to specify the path for the .clang-format file direclty. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 383b426..c3629c1 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ Makefile* # tests testfiles/output.* + +# clang-format +/.clang-format