From 9dec183e373f4bdcb2c89a071c7c9388b06f025f Mon Sep 17 00:00:00 2001 From: Frank Mayer Date: Tue, 4 Apr 2023 09:34:29 +0200 Subject: [PATCH] added cpi source file to C++ gitattributes --- C++.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/C++.gitattributes b/C++.gitattributes index b29e84a..c4e98c0 100644 --- a/C++.gitattributes +++ b/C++.gitattributes @@ -3,6 +3,7 @@ *.cc text diff=cpp *.cxx text diff=cpp *.cpp text diff=cpp +*.cpi text diff=cpp *.c++ text diff=cpp *.hpp text diff=cpp *.h text diff=cpp