Commit 4c48fd4
committed
add .gitattributes for github-linguist
this is intended to improve GH statistics of the project, as written,
it changed from:
```
$ git-linguist stats -c $(git rev-parse HEAD^)
{"CMake":12508,"Makefile":7147,"Shell":12202,"M4":7699,"C":534790,"C++":26882,"Smarty":634,"Cuda":180694}
```
to
```
$ git-linguist stats -c $(git rev-parse HEAD)
{"CMake":12508,"Makefile":7147,"Shell":12202,"M4":7699,"C":561672,"Smarty":634,"Cuda":180694}
````1 parent 4ff2df5 commit 4c48fd4
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments