From a10a055b7b35f45cf81f31f1878154d250c98abd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 14 Sep 2020 19:28:38 +0200 Subject: Initialise new Rust v1.46.0 project With the following command: $ cargo init --bin --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target -- cgit v1.2.3