add openocd.cfg to gitignore

This commit is contained in:
Kilian Bracher 2024-04-28 16:47:41 +02:00
parent 1b661ec81b
commit 0d6f3955ef
Signed by: k.bracher
SSH Key Fingerprint: SHA256:mXpyZkK7RDiJ7qeHCKJX108woM0cl5TrCvNBJASu6lM
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
TouchGFX/build TouchGFX/build
compile_commands.json compile_commands.json
STM32Make.make STM32Make.make
openocd.cfg

View File

@ -1,8 +0,0 @@
#OpenOCD configuration file, generated by STM32 for VSCode
# Programmer, can be changed to several interfaces
# Standard will be the stlink interface as this is the standard for STM32 dev boards
source [find interface/stlink.cfg]
# The target MCU. This should match your board
source [find target/stm32f3x.cfg]