diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-05 22:20:24 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-05 22:20:24 +0100 |
commit | 9d39b7bc42e6186b0fd6e1cec746d58c950f780e (patch) | |
tree | 5e11f58cb9cc465b7a32f18bc52c0279bb963dd2 | |
parent | 0372eca5b2e6dade5132a08db46992ca73a25188 (diff) | |
parent | 5b82ca2fdd3b8b74e44ae2a28fa24850486f578a (diff) |
Merge #1118
1118: Updated the gitignore r=flodiebold a=Lapz
Updated the gitignore to ignore *.rs.pending-snap
Co-authored-by: Lenard Pratt <[email protected]>
-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 |