Skip to content

Commit 87a8348

Browse files
committed
[MISC] Small changes to .gitattributes
- Ignore everything in lowcar/lib for language stats - Ensure that .h files in lowcar/devices classified as C++
1 parent d6a76ef commit 87a8348

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitattributes

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# in language profile, ignore third-party libraries used in lowcar
2-
lowcar/lib/* linguist-vendored
2+
lowcar/lib/** linguist-vendored
3+
4+
# force everything in the lowcar/devices directory to be classified as C++
5+
lowcar/devices/** linguist-language=C++
36

47
# force the Makefile_defs file to be classified as Makefile and be syntax highlighted as Makefile
58
Makefile_defs linguist-language=Makefile

0 commit comments

Comments
 (0)