updated gitignore
This commit is contained in:
parent
934e808de3
commit
e0fa7bc5f3
3 changed files with 7 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1 +1,6 @@
|
|||
/target
|
||||
/*.wav
|
||||
/*.hxy
|
||||
/*.lock
|
||||
*.history
|
||||
/_pub_doc.sh
|
||||
|
|
1
_clippy.sh
Executable file
1
_clippy.sh
Executable file
|
@ -0,0 +1 @@
|
|||
cargo clippy --color=always 2>&1 | less -R
|
1
_update_readme.sh
Executable file
1
_update_readme.sh
Executable file
|
@ -0,0 +1 @@
|
|||
cargo readme --no-title --no-indent-headings > README.md
|
Loading…
Reference in a new issue