updated gitignore

This commit is contained in:
Weird Constructor 2021-07-04 08:41:07 +02:00
parent 934e808de3
commit e0fa7bc5f3
3 changed files with 7 additions and 0 deletions

5
.gitignore vendored
View File

@ -1 +1,6 @@
/target
/*.wav
/*.hxy
/*.lock
*.history
/_pub_doc.sh

1
_clippy.sh Executable file
View File

@ -0,0 +1 @@
cargo clippy --color=always 2>&1 | less -R

1
_update_readme.sh Executable file
View File

@ -0,0 +1 @@
cargo readme --no-title --no-indent-headings > README.md