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.
This commit is contained in:
Martchus 2017-04-04 00:38:23 +02:00
parent d76ead0483
commit 223ebd870b
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -39,3 +39,6 @@ Makefile*
# tests # tests
testfiles/output.* testfiles/output.*
# clang-format
/.clang-format