-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (30 loc) · 1.87 KB
/
.gitattributes
File metadata and controls
31 lines (30 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Files excluded manually
Software/STM32F103RBTx/STM32F103RBTx_FLASH.ld linguist-vendored
#
# Folder/file matching for those files is a joke.
# Finally I made it using brute-force script:
# ls -lDR | grep ':$' | grep -e Middlewares -e Core -e FATFS -e CMSIS -eSTM32F1xx_HAL_Driver -e ST7735 | sed 's/:/\/* linguist-vendored/g' | sed 's/\.\///g'
#
Software/STM32F103RBTx/Core/* linguist-vendored
Software/STM32F103RBTx/Core/Inc/* linguist-vendored
Software/STM32F103RBTx/Core/Src/* linguist-vendored
Software/STM32F103RBTx/Drivers/CMSIS/* linguist-vendored
Software/STM32F103RBTx/Drivers/CMSIS/Device/* linguist-vendored
Software/STM32F103RBTx/Drivers/CMSIS/Device/ST/* linguist-vendored
Software/STM32F103RBTx/Drivers/CMSIS/Device/ST/STM32F1xx/* linguist-vendored
Software/STM32F103RBTx/Drivers/CMSIS/Device/ST/STM32F1xx/Include/* linguist-vendored
Software/STM32F103RBTx/Drivers/CMSIS/Device/ST/STM32F1xx/Source/* linguist-vendored
Software/STM32F103RBTx/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/* linguist-vendored
Software/STM32F103RBTx/Drivers/CMSIS/Include/* linguist-vendored
Software/STM32F103RBTx/Drivers/STM32F1xx_HAL_Driver/* linguist-vendored
Software/STM32F103RBTx/Drivers/STM32F1xx_HAL_Driver/Inc/* linguist-vendored
Software/STM32F103RBTx/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/* linguist-vendored
Software/STM32F103RBTx/Drivers/STM32F1xx_HAL_Driver/Src/* linguist-vendored
Software/STM32F103RBTx/FATFS/* linguist-vendored
Software/STM32F103RBTx/FATFS/App/* linguist-vendored
Software/STM32F103RBTx/FATFS/Target/* linguist-vendored
Software/STM32F103RBTx/Middlewares/* linguist-vendored
Software/STM32F103RBTx/Middlewares/Third_Party/* linguist-vendored
Software/STM32F103RBTx/Middlewares/Third_Party/FatFs/* linguist-vendored
Software/STM32F103RBTx/Middlewares/Third_Party/FatFs/src/* linguist-vendored
Software/STM32F103RBTx/Middlewares/Third_Party/FatFs/src/option/* linguist-vendored