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:
parent
2bb3fef844
commit
fdad0180cc
1 changed files with 8 additions and 2 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue