mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Added VS Code / CLion metadata to .gitignore.
This commit is contained in:
parent
323d0ae734
commit
4e82a4aa10
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -29,3 +29,10 @@ make/local.mk
|
||||||
mcu.mak
|
mcu.mak
|
||||||
mcu.mak.old
|
mcu.mak.old
|
||||||
stm32.mak
|
stm32.mak
|
||||||
|
|
||||||
|
# Artefacts for Visual Studio Code
|
||||||
|
/.vscode/
|
||||||
|
|
||||||
|
# Artefacts for CLion
|
||||||
|
/cmake-build-debug/
|
||||||
|
/CMakeLists.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue