From d4dbf72e16742e86fc047ed1cfbc7889e80d8659 Mon Sep 17 00:00:00 2001 From: "Demi M. Obenour" Date: Mon, 3 Dec 2018 20:54:22 -0500 Subject: [PATCH] Place targets/ in .gitignore It holds files generated by Cargo, which have no place in the git repository. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 476815f..366372f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ rls*.log # Vim swap files .*.swp .*.swo + +# Rust output files +target/