Skip to content

Commit 4c48fd4

Browse files
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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.c linguist-language=C
2+
*.h linguist-language=C
3+
*.cpp linguist-language=C++
4+
*.hpp linguist-language=C++
5+
*.cu linguist-language=CUDA
6+
*.cuh linguist-language=CUDA
7+
src/gpujpeg_colorspace.h linguist-language=CUDA

0 commit comments

Comments
 (0)