diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-09 13:41:57 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-09 13:41:57 +0200 |
commit | c82637ccbd2a99466dacd830147ef3df92f86753 (patch) | |
tree | 30f91710de028d3c2e0618b925242b85830d1e08 | |
parent | c46903bacbefcb708f028b8869000b2f2e058171 (diff) |
ignore untracked files in submodules
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index e2434d9..b8239e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,8 @@ [submodule "stm32f091/lib/STM32-base"] path = stm32f091/lib/STM32-base url = https://github.com/STM32-base/STM32-base -[submodule "stm32f091/lib/STM32CubeF0"] - path = stm32f091/lib/STM32CubeF0 - url = https://github.com/STMicroelectronics/STM32CubeF0 + ignore = all [submodule "stm32f091/lib/STM32-base-STM32Cube"] path = stm32f091/lib/STM32-base-STM32Cube url = https://github.com/STM32-base/STM32-base-STM32Cube + ignore = all |