add reference materials dir to gitignore
This commit is contained in:
parent
74fa427b5d
commit
6d86f97f6f
1 changed files with 1 additions and 8 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -3,11 +3,4 @@
|
||||||
.gdb_history
|
.gdb_history
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
target/
|
target/
|
||||||
|
ref/
|
||||||
# editor files
|
|
||||||
.vscode/*
|
|
||||||
!.vscode/*.md
|
|
||||||
!.vscode/*.svd
|
|
||||||
!.vscode/launch.json
|
|
||||||
!.vscode/tasks.json
|
|
||||||
!.vscode/extensions.json
|
|
||||||
|
|
Loading…
Reference in a new issue