From c10b3e8c23c4c404f889aa472e19c9ea5f661aa1 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 25 Mar 2018 13:57:42 +1000 Subject: [PATCH] Add tests output folder. --- .gitignore | 4 +++- tests/res/output/DO_NOT_DELETE | 0 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tests/res/output/DO_NOT_DELETE diff --git a/.gitignore b/.gitignore index 53d8f2de..043333b3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ tests/x64/ tests/Debug/ tests/Release/ tests/bin/ -!/tests/DO_NOT_DELETE +!/tests/bin/DO_NOT_DELETE +tests/res/output/ +!/tests/res/output/DO_NOT_DELETE /tests/SDL2.dll *.vcxproj.user diff --git a/tests/res/output/DO_NOT_DELETE b/tests/res/output/DO_NOT_DELETE new file mode 100644 index 00000000..e69de29b