From 5c9b9911dd37ed19bd39454ca71f3355c2a2339d Mon Sep 17 00:00:00 2001 From: Robin Kuzmin <9372582+kuzminrobin@users.noreply.github.com> Date: Thu, 17 Feb 2022 15:26:54 -0800 Subject: [PATCH] Excluded the temporary Rust files in .gitignore. (#937) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 395280e2..fb7c2361 100644 --- a/.gitignore +++ b/.gitignore @@ -363,3 +363,7 @@ src/Simulation/Native/osx/libSparseQuantumSimulator.dylib src/Simulation/Native/win10/Microsoft.Quantum.Experimental.Simulators.Runtime.dll src/Simulation/Native/linux/Microsoft.Quantum.Experimental.Simulators.Runtime.dll src/Simulation/Native/osx/Microsoft.Quantum.Experimental.Simulators.Runtime.dll + +# Temporary Rust files/dirs. +Cargo.lock +target/