add gitignore
This commit is contained in:
parent
e0817867ea
commit
3bd72b7b9c
1 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
/target
|
/target
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
.DS_Store
|
||||||
|
*.swp
|
||||||
|
|
Loading…
Reference in a new issue