forked from 423A35C7/STM32CubeMX-Keil_uVision5
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
# It is not possible to re-include a file if a parent directory of that file is excluded.
|
|
|
|
*/*
|
|
!Core/
|
|
!Core/Src/
|
|
!Core/Inc/
|
|
!MDK-ARM/
|
|
*/MDK-ARM/*
|
|
!*/MDK-ARM/*.uvprojx
|
|
# !*.uvprojx
|