From 97c7859f80eeb23b140f4c021d8516f95ac6d2bd Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Tue, 7 Jun 2016 12:00:46 -0400 Subject: [PATCH] .gitattributes: add *.res to ignore whitespaces Signed-off-by: Alexandre Terrasa --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 02c0677..e326f39 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,5 +6,5 @@ tables_nit.c -diff c_src/** -diff tests/sav/**/*.res -whitespace -lib/popcorn/tests/res/*.res -whitespace +*.res -whitespace *.patch -whitespace -- 1.7.9.5