From 47aff18df2d195de402bee38c53ea4cdcad2fec5 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 3 Nov 2015 11:37:48 +0200 Subject: [PATCH] Add .gitattributes to improve 'git diff' output --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..0492b13e5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.cc diff=cpp +*.hh diff=cpp