From d66b21031bc67a77bc1688f3d3a28beab1a63335 Mon Sep 17 00:00:00 2001 From: Amy Pike Date: Wed, 24 Jul 2024 11:08:40 +0100 Subject: [PATCH] tell git to ignore everything in the decks directory apart from the Makefile --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4ee34be..074c4ef 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ build/* *.pik spack-build.* spconfig.py +decks/* +!decks/Makefile +