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.
This commit is contained in:
Robert Morrison 2022-06-21 22:48:20 +01:00
parent 99b18e6a84
commit a04f57fcfc
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
## Ignore dst contents except gitkeep
Testing/dst/*
!Testing/dst/.gitkeep
## Ignore Visual Studio temporary files, build results, and ## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons. ## files generated by popular Visual Studio add-ons.
## ##