mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Update .gitignore
This commit is contained in:
parent
1d5145b869
commit
c168c1b228
1 changed files with 5 additions and 5 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -20,9 +20,9 @@ docs/Manual.pdf
|
||||||
README.pdf
|
README.pdf
|
||||||
|
|
||||||
# artefacts 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
|
||||||
|
|
||||||
|
@ -32,8 +32,8 @@ 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