mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +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
|
||||
|
||||
# artefacts of top-level Makefile
|
||||
/downloads
|
||||
/tools
|
||||
/build
|
||||
/downloads/
|
||||
/tools/
|
||||
/build/
|
||||
# local changes only
|
||||
make/local.mk
|
||||
|
||||
|
@ -32,8 +32,8 @@ mcu.mak.old
|
|||
stm32.mak
|
||||
|
||||
# artefacts for Visual Studio Code
|
||||
/.vscode
|
||||
/.vscode/
|
||||
|
||||
# artefacts for CLion
|
||||
/cmake-build-debug
|
||||
/cmake-build-debug/
|
||||
/CMakeLists.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue