From 24e137fe9b476c3f81111f104d018d7858176666 Mon Sep 17 00:00:00 2001 From: Robin Kuzmin Date: Tue, 15 Feb 2022 17:44:12 -0800 Subject: [PATCH 1/2] Excluded the temporary Rust files from .gitignore. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 962637a6fc6..bda6b721e87 100644 --- a/.gitignore +++ b/.gitignore @@ -360,3 +360,7 @@ src/Simulation/Native/osx/libMicrosoft.Quantum.Simulator.Runtime.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/ From fd3d2accf0e215081592a493e6c97d1227c61938 Mon Sep 17 00:00:00 2001 From: Robin Kuzmin <9372582+kuzminrobin@users.noreply.github.com> Date: Wed, 16 Feb 2022 13:41:26 -0800 Subject: [PATCH 2/2] Fake commit to trigger CI rebuild. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bda6b721e87..b95ea094cc6 100644 --- a/.gitignore +++ b/.gitignore @@ -361,6 +361,6 @@ src/Simulation/Native/win10/Microsoft.Quantum.Experimental.Simulators.Runtime.dl src/Simulation/Native/linux/Microsoft.Quantum.Experimental.Simulators.Runtime.dll src/Simulation/Native/osx/Microsoft.Quantum.Experimental.Simulators.Runtime.dll -# Temporary Rust files/dirs. +# Temporary Rust files/dirs. Cargo.lock target/