Sync betaflight to Gitea
This commit is contained in:
+68
@@ -0,0 +1,68 @@
|
||||
*.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
|
||||
# changed to submodule
|
||||
#/src/config
|
||||
|
||||
# Ignore AI Agent files for now in favour of
|
||||
# contributors being able to roll their own
|
||||
.claude
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
/tasks
|
||||
Reference in New Issue
Block a user