mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +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
|
||||
/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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue