From 16ce2bb119c8e6f6d1e48eaa40fb468adc736528 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 15 Dec 2022 20:54:19 -0800 Subject: Add GUI hello world Literally just the wxWidgets hello world. ~GUI is named that way to prevent Unity from generating .meta files. Build instructions in ~GUI/README.md. --- ~GUI/GUI/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ~GUI/GUI/.gitignore (limited to '~GUI/GUI/.gitignore') diff --git a/~GUI/GUI/.gitignore b/~GUI/GUI/.gitignore new file mode 100644 index 0000000..7082b1d --- /dev/null +++ b/~GUI/GUI/.gitignore @@ -0,0 +1,5 @@ +# Don't check in build artifacts +x64 +x86 +# Ignore visual studio cruft +.vs -- cgit v1.2.3