Browse Source

Merge pull request #1 from MisterDA/gitattributes

Create a gitattributes file
Alex Szpakowski 5 years ago
parent
commit
6e21b0d4e4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitattributes

+ 5 - 0
.gitattributes

@@ -0,0 +1,5 @@
+.git* export-ignore
+.hg* export-ignore
+*.c diff=cpp
+*.cpp diff=cpp
+*.h diff=cpp