1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

.gitignore: ignore all files within .vscode/ except user's settings

Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
Dylan Laduranty 2022-11-21 21:30:28 +01:00
parent 64dcfd67ff
commit 069ad929c2

3
.gitignore vendored
View File

@ -37,7 +37,8 @@ cachegrind.out*
# Codelite (among others) project files # Codelite (among others) project files
*.project *.project
# Visual Studio Code user settings # Visual Studio Code user settings
.vscode/ .vscode/*
!.vscode/settings.json
# ctags index files # ctags index files
tags tags
# GDB initialization scripts # GDB initialization scripts