aboutsummaryrefslogtreecommitdiff
path: root/difference-of-squares/.gitignore
diff options
context:
space:
mode:
authorFederico I <git@federicoigne.com>2020-03-17 20:04:00 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:54:52 +0000
commit9975f9635cd1c2c58b6c1dbe47585859b0b1d573 (patch)
treea9a48f5940f440549ad76d52298d51d9efa509c3 /difference-of-squares/.gitignore
parent1dfcb5c8c04f94a02c6527cac848f6411c8af32f (diff)
downloadexercism-9975f9635cd1c2c58b6c1dbe47585859b0b1d573.tar.gz
exercism-9975f9635cd1c2c58b6c1dbe47585859b0b1d573.zip
[rust] Difference of Squares
Diffstat (limited to 'difference-of-squares/.gitignore')
-rw-r--r--difference-of-squares/.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/difference-of-squares/.gitignore b/difference-of-squares/.gitignore
new file mode 100644
index 0000000..db7f315
--- /dev/null
+++ b/difference-of-squares/.gitignore
@@ -0,0 +1,8 @@
1# Generated by Cargo
2# will have compiled files and executables
3/target/
4**/*.rs.bk
5
6# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
8Cargo.lock