Add comments. Ignore target/ dir and .swp files.

This commit is contained in:
chmod777 2021-02-24 04:28:57 +00:00
parent a0ed712d2b
commit 425d03a0fe
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -1,2 +1,9 @@
# ignore Cargo.lock which is generated by cargo
Cargo.lock
# ignore build directory
target/
# ignore temporary files from vim
*.swp