Updated the gitignore

This commit is contained in:
Lenard Pratt 2019-04-05 22:06:15 +01:00
parent fdbebccd71
commit 5b82ca2fdd

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
/target/ /target/
crates/*/target crates/*/target
**/*.rs.bk **/*.rs.bk
**/*.rs.pending-snap
.idea/* .idea/*
*.log *.log
*.iml *.iml