*.o
.DS_Store
*~
*.uvopt
*.dep
*.bak
*.uvgui.*
*.swp
*.save
.project
.settings
.cproject
obj/
patches/
startup_stm32f10x_md_gcc.s
.idea

# script-generated files
docs/Manual.pdf
README.pdf

# artefacts of top-level Makefile
/downloads/
/tools/
/build/
# local changes only
mk/local.mk

# artefacts for VisualGDB (running in Visual Studio)
mcu.mak
mcu.mak.old
stm32.mak

# eclipse launch configurations
/support/eclipse

# ozone launch configurations
/support/ozone

# local scripts
/support/scripts

# artefacts for VS Code
/.vscode/

# artefacts for Visual Studio 
/.vs

# artefacts for CLion
/cmake-build-debug/
/CMakeLists.txt

.vagrant
ubuntu*.log

# EEPROM image file (created by SITL)
eeprom.bin

# config used for building targets
/src/config

