From 66fdc19fe917925ddc0f886fab96659b1acfb081 Mon Sep 17 00:00:00 2001 From: David Williams Date: Thu, 25 Sep 2014 23:02:39 +0200 Subject: [PATCH] Added pattern for SWIG interface files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4fd74970..0b083562 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,6 +10,7 @@ *.h text *.inl text *.txt text +*.i text # Declare files that will always have CRLF line endings on checkout. #*.sln text eol=crlf