From 8f785db55a5488c4e610e612bc694cb8807ce8a8 Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Tue, 8 Oct 2024 22:36:33 +0200 Subject: [PATCH] add gitignore --- examples/conformance/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/conformance/.gitignore diff --git a/examples/conformance/.gitignore b/examples/conformance/.gitignore new file mode 100644 index 0000000..97cc5e4 --- /dev/null +++ b/examples/conformance/.gitignore @@ -0,0 +1,2 @@ +# Never accidently commit solutions to assignments :) +*_solution.py \ No newline at end of file