From 8510533f0e713abeedf53a737c702d683b636ecb Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 21 Jul 2014 14:06:03 -0400 Subject: [PATCH] liblzma: Add .gitattributes to ignore whitespace checks Tell Git not to check whitespace in third-party code. --- Utilities/cmliblzma/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 Utilities/cmliblzma/.gitattributes diff --git a/Utilities/cmliblzma/.gitattributes b/Utilities/cmliblzma/.gitattributes new file mode 100644 index 000000000..562b12e16 --- /dev/null +++ b/Utilities/cmliblzma/.gitattributes @@ -0,0 +1 @@ +* -whitespace