diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-15 20:54:19 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-15 20:54:19 -0800 |
| commit | 16ce2bb119c8e6f6d1e48eaa40fb468adc736528 (patch) | |
| tree | e7c76629891a4601955893fbdaf64d80b87f884e /~GUI/GUI/.gitignore | |
| parent | 8326dee0bf01956b450858212cbdba3403b32b0d (diff) | |
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.
Diffstat (limited to '~GUI/GUI/.gitignore')
| -rw-r--r-- | ~GUI/GUI/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
