From be0663696514dd3d3525949be7c317c9eae9dbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Thu, 6 Apr 2017 15:37:02 +0200 Subject: Clang-format continuation indent fixes + .gitignore additions * Proper support for continuation indents in clang format * make src/wieldmesh.h proper and remove it from whitelist * Add CLion default build directories in .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c2600afeb..c51cced03 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,8 @@ locale/ *.ninja .ninja* *.gch +cmake-build-debug/ +cmake-build-release/ ## Android build files build/android/src/main/assets -- cgit v1.2.3