Sfoglia il codice sorgente

Merge pull request #1 from MisterDA/gitattributes

Create a gitattributes file
Alex Szpakowski 6 anni fa
parent
commit
6e21b0d4e4
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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