diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-03-27 22:17:34 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-03-27 22:17:34 +0200 |
commit | 80672686ea2379e8ffeeac447532f5f5bc7967ac (patch) | |
tree | 102566decd9b095702b17ca914a2d3a4b0852464 /.gitignore | |
parent | fe9db878e8f7d8f4bff2a51bb49b66ff84013644 (diff) | |
download | rust-zotapi-80672686ea2379e8ffeeac447532f5f5bc7967ac.tar.gz rust-zotapi-80672686ea2379e8ffeeac447532f5f5bc7967ac.tar.bz2 rust-zotapi-80672686ea2379e8ffeeac447532f5f5bc7967ac.zip |
Update gitignore to ignore sub-targets.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/target +**/target **/*.rs.bk Cargo.lock |