aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-04-05 22:20:24 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-04-05 22:20:24 +0100
commit9d39b7bc42e6186b0fd6e1cec746d58c950f780e (patch)
tree5e11f58cb9cc465b7a32f18bc52c0279bb963dd2
parent0372eca5b2e6dade5132a08db46992ca73a25188 (diff)
parent5b82ca2fdd3b8b74e44ae2a28fa24850486f578a (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--.gitignore1
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/
2crates/*/target 2crates/*/target
3**/*.rs.bk 3**/*.rs.bk
4**/*.rs.pending-snap
4.idea/* 5.idea/*
5*.log 6*.log
6*.iml 7*.iml