diff options
Diffstat (limited to 'Utilities/.gitattributes')
-rw-r--r-- | Utilities/.gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Utilities/.gitattributes b/Utilities/.gitattributes new file mode 100644 index 0000000..bd97802 --- /dev/null +++ b/Utilities/.gitattributes @@ -0,0 +1,7 @@ +/Git export-ignore +/GitSetup export-ignore +SetupForDevelopment.sh export-ignore + +# Do not format third-party sources. +/KWIML/** -format.clang-format +/cm*/** -format.clang-format |