diff options
author | Lenard Pratt <[email protected]> | 2019-04-05 22:06:15 +0100 |
---|---|---|
committer | Lenard Pratt <[email protected]> | 2019-04-05 22:06:15 +0100 |
commit | 5b82ca2fdd3b8b74e44ae2a28fa24850486f578a (patch) | |
tree | fa74238837d09447b22be7a0d297ad43dc38d4ce /.gitignore | |
parent | fdbebccd71d38c4dffffe918b036bbfa39355c5f (diff) |
Updated the gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 872f72f16..99e0c5003 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,6 +1,7 @@ | |||
1 | /target/ | 1 | /target/ |
2 | crates/*/target | 2 | crates/*/target |
3 | **/*.rs.bk | 3 | **/*.rs.bk |
4 | **/*.rs.pending-snap | ||
4 | .idea/* | 5 | .idea/* |
5 | *.log | 6 | *.log |
6 | *.iml | 7 | *.iml |