1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +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 # ozone launch configurations
/support/ozone /support/ozone
# artefacts for Visual Studio Code # artefacts for VS Code
/.vscode/ /.vscode/
# artefacts for Visual Studio
/.vs
# artefacts for CLion # artefacts for CLion
/cmake-build-debug/ /cmake-build-debug/
/CMakeLists.txt /CMakeLists.txt
.vagrant .vagrant
ubuntu*.log ubuntu*.log
/.vs
# EEPROM image file (created by SITL) # EEPROM image file (created by SITL)
eeprom.bin eeprom.bin
# Target scratch space used for automated build API
/src/main/target/AUTOMATED_BUILD/