[Bf-blender-cvs] [fa21588ec20] temp-clang-format: clang-format: add ignore file & ignore extern

Campbell Barton noreply at git.blender.org
Mon Apr 15 16:27:06 CEST 2019


Commit: fa21588ec2044a43ff0901ccd9fbf93b9e0bb035
Author: Campbell Barton
Date:   Mon Apr 15 16:26:39 2019 +0200
Branches: temp-clang-format
https://developer.blender.org/rBfa21588ec2044a43ff0901ccd9fbf93b9e0bb035

clang-format: add ignore file & ignore extern

===================================================================

A	.clang-format-ignore

===================================================================

diff --git a/.clang-format-ignore b/.clang-format-ignore
new file mode 100644
index 00000000000..31e22799166
--- /dev/null
+++ b/.clang-format-ignore
@@ -0,0 +1,6 @@
+
+# Ignore directories.
+extern/.*
+
+# Uses too much memory.
+intern/cycles/render/sobol.cpp



More information about the Bf-blender-cvs mailing list