Skip to content

Commit 8fa2e4d

Browse files
authored
[MISC] Merge pull request #271 from pioneers/misc-cleanup
[MISC] Cleanup
2 parents d10e210 + 87a8348 commit 8fa2e4d

File tree

22 files changed

+70
-5209
lines changed

22 files changed

+70
-5209
lines changed

.gitattributes

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
# in language profile, ignore third-party libraries and protobuf-generated code
2-
lowcar/lib/* linguist-vendored
3-
executor/studentapi.c linguist-generated
1+
# in language profile, ignore third-party libraries used in lowcar
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++
6+
7+
# force the Makefile_defs file to be classified as Makefile and be syntax highlighted as Makefile
8+
Makefile_defs linguist-language=Makefile

lowcar/devices/PolarBear/LED.cpp

-58
This file was deleted.

lowcar/devices/PolarBear/LED.h

-21
This file was deleted.

lowcar/devices/PolarBear/PolarBear.cpp

-102
This file was deleted.

lowcar/devices/PolarBear/PolarBear.h

-52
This file was deleted.

lowcar/devices/RFID/RFID.cpp

-58
This file was deleted.

lowcar/devices/RFID/RFID.h

-39
This file was deleted.

0 commit comments

Comments
 (0)