1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Adjusting .gitignore for automated build scratch space.

This commit is contained in:
blckmn 2022-08-05 16:15:02 +10:00
parent 2bb3fef844
commit fdad0180cc

10
.gitignore vendored
View file

@ -37,16 +37,22 @@ stm32.mak
# ozone launch configurations
/support/ozone
# artefacts for Visual Studio Code
# artefacts for VS Code
/.vscode/
# artefacts for Visual Studio
/.vs
# artefacts for CLion
/cmake-build-debug/
/CMakeLists.txt
.vagrant
ubuntu*.log
/.vs
# EEPROM image file (created by SITL)
eeprom.bin
# Target scratch space used for automated build API
/src/main/target/AUTOMATED_BUILD/