aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-18 23:51:57 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-18 23:51:57 +0200
commitec323df881c3aad82ed963fbfbdd9ade9f96e830 (patch)
tree1707b829e0877baa197ae3146ed97be934e0ef48 /.gitignore
parentd688a68a0e15d295ac375059616640312614ad4f (diff)
downloadmum-ec323df881c3aad82ed963fbfbdd9ade9f96e830.tar.gz
ignore all target-folders
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8c88100..0f23c2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,7 @@
### Rust ###
# Generated by Cargo
# will have compiled files and executables
-/target/
+**/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html