mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Git Ignore updates
This commit is contained in:
parent
3253ac26a1
commit
b40d82ee7e
1 changed files with 6 additions and 5 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -19,20 +19,21 @@ startup_stm32f10x_md_gcc.s
|
||||||
docs/Manual.pdf
|
docs/Manual.pdf
|
||||||
README.pdf
|
README.pdf
|
||||||
|
|
||||||
# artifacts of top-level Makefile
|
# artefacts of top-level Makefile
|
||||||
/downloads
|
/downloads
|
||||||
/tools
|
/tools
|
||||||
/build
|
/build
|
||||||
# local changes only
|
# local changes only
|
||||||
make/local.mk
|
make/local.mk
|
||||||
|
|
||||||
|
# artefacts for VisualGDB (running in Visual Studio)
|
||||||
mcu.mak
|
mcu.mak
|
||||||
mcu.mak.old
|
mcu.mak.old
|
||||||
stm32.mak
|
stm32.mak
|
||||||
|
|
||||||
# Artefacts for Visual Studio Code
|
# artefacts for Visual Studio Code
|
||||||
/.vscode/
|
/.vscode
|
||||||
|
|
||||||
# Artefacts for CLion
|
# artefacts for CLion
|
||||||
/cmake-build-debug/
|
/cmake-build-debug
|
||||||
/CMakeLists.txt
|
/CMakeLists.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue