summaryrefslogtreecommitdiff
path: root/smart_pointer/.gitignore
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-09-20 15:55:28 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-09-20 15:55:28 +0800
commitf91da817be5688f052bce317b1f70ad7176fd13b (patch)
tree29f2ebd6f5f63dc6f960d3935a469a7dbd839dcf /smart_pointer/.gitignore
parent680c8633e6206085ad417c6055e17f6d30f462a4 (diff)
Loading data on the heap using box
Diffstat (limited to 'smart_pointer/.gitignore')
-rw-r--r--smart_pointer/.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/smart_pointer/.gitignore b/smart_pointer/.gitignore
new file mode 100644
index 0000000..e629269
--- /dev/null
+++ b/smart_pointer/.gitignore
@@ -0,0 +1,18 @@
+
+# Created by https://www.toptal.com/developers/gitignore/api/rust
+# Edit at https://www.toptal.com/developers/gitignore?templates=rust
+
+### Rust ###
+# Generated by Cargo
+# will have compiled files and executables
+/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
+Cargo.lock
+
+# These are backup files generated by rustfmt
+**/*.rs.bk
+
+# End of https://www.toptal.com/developers/gitignore/api/rust
+