aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2020-06-22 20:03:53 +0200
committerTeddy Wing2020-06-22 20:03:53 +0200
commit4bfce426b7f7d0136bbff85865a8767ce587faea (patch)
tree275968639621291ea8a37f0c00a5085200990f51 /.gitignore
downloadfastcgi-conduit-4bfce426b7f7d0136bbff85865a8767ce587faea.tar.bz2
Initialise new Rust v1.44.1 project
Created with: $ cargo init --lib
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..96ef6c0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/target
+Cargo.lock