update the gitignore

This commit is contained in:
Lokathor 2018-11-07 21:19:20 -07:00
parent 0ff1e971dd
commit 40be8e3b1a

4
.gitignore vendored
View file

@ -8,3 +8,7 @@ Cargo.lock
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk
# The crt0.o file should, under the currently suggested build scheme, be
# recompiled every build anyway.
crt0.o