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
|
||||
README.pdf
|
||||
|
||||
# artifacts of top-level Makefile
|
||||
# artefacts of top-level Makefile
|
||||
/downloads
|
||||
/tools
|
||||
/build
|
||||
# local changes only
|
||||
make/local.mk
|
||||
|
||||
# artefacts for VisualGDB (running in Visual Studio)
|
||||
mcu.mak
|
||||
mcu.mak.old
|
||||
stm32.mak
|
||||
|
||||
# Artefacts for Visual Studio Code
|
||||
/.vscode/
|
||||
# artefacts for Visual Studio Code
|
||||
/.vscode
|
||||
|
||||
# Artefacts for CLion
|
||||
/cmake-build-debug/
|
||||
# artefacts for CLion
|
||||
/cmake-build-debug
|
||||
/CMakeLists.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue