Skip to content

Commit

Permalink
Removes VS Code artifacts
Browse files Browse the repository at this point in the history
Also updates .gitignore to prevent adding IDE (VS Code, Emacs) artifacts

Signed-off-by: Tom Marble <tmarble@info9.net>
  • Loading branch information
tmarble committed Oct 28, 2022
1 parent 3814337 commit 9689b3b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 73 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ tools/ct_data/v2p.txt
/emulation/linux-server-rootfs.jffs2

# don't record weirdnesses dealing with vscode
/.vscode/
/.vs/
**/.vscode/*
.vscode
.vs
settings.json

# Emacs backup files
*~

# don't commit local modifications to the Renode filesystem template
emulation/linux-server-rootfs.jffs2
Expand Down
18 changes: 0 additions & 18 deletions .vscode/settings.json

This file was deleted.

47 changes: 0 additions & 47 deletions kernel/.vscode/settings.json

This file was deleted.

5 changes: 0 additions & 5 deletions loader/curve25519-dalek-loader/.vscode/settings.json

This file was deleted.

0 comments on commit 9689b3b

Please sign in to comment.