mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #3186 from mikeller/update_gitignore
Added VS Code / CLion metadata to .gitignore.
This commit is contained in:
commit
c70c83ae39
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.old
|
||||
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