Add .gitattributes file to classify C++ source

With this, diffs become more pleasant to read, as access specifiers
no longer find their way into the hunk header.
This commit is contained in:
Avi Kivity
2015-10-04 13:35:07 +03:00
committed by Tomasz Grabiec
parent 7c23ec49ae
commit 21bb5ea5c7

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
*.cc diff=cpp
*.hh diff=cpp