From a04f57fcfcd060f8eb3cecc6533e1d2fe943006c Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Tue, 21 Jun 2022 22:48:20 +0100 Subject: [PATCH] Update gitignore Updates the gitignore to preserve the Testing/dst directory but not its contents. This will make my "testing" easier on other systems TODO: write some kind of tests. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b5d7fe6..9633aec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +## Ignore dst contents except gitkeep +Testing/dst/* +!Testing/dst/.gitkeep + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ##