We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a76ef commit 87a8348Copy full SHA for 87a8348
.gitattributes
@@ -1,5 +1,8 @@
1
# in language profile, ignore third-party libraries used in lowcar
2
-lowcar/lib/* linguist-vendored
+lowcar/lib/** linguist-vendored
3
+
4
+# force everything in the lowcar/devices directory to be classified as C++
5
+lowcar/devices/** linguist-language=C++
6
7
# force the Makefile_defs file to be classified as Makefile and be syntax highlighted as Makefile
8
Makefile_defs linguist-language=Makefile
0 commit comments