Skip to content

Commit 7a91dbc

Browse files
committed
fix github languages, no C++ here
1 parent aa56903 commit 7a91dbc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitattributes

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ### > generated by mulle-sde (extensions/mulle-sde/sde/init)
2+
# Tweak GitHub language statistics
3+
4+
# .inc is generally C
5+
6+
*.h linguist-language=C
7+
*.inc linguist-language=C
8+
9+
# remove boring files
10+
.mulle/** linguist-generated
11+
.vscode/** linguist-generated
12+
cmake/** linguist-generated
13+
14+
# ### < generated by mulle-sde (extensions/mulle-sde/sde/init)
15+

0 commit comments

Comments
 (0)