diff options
author | Teddy Wing | 2023-08-14 00:44:08 +0200 |
---|---|---|
committer | Teddy Wing | 2023-08-14 00:53:08 +0200 |
commit | 70b8d569190c7a54f0dc0e2cd11ead6577caa840 (patch) | |
tree | 061a06dadab6513d3a6e32cbca017653b4683ae6 /.gitignore | |
download | Base-Windowed-Application-70b8d569190c7a54f0dc0e2cd11ead6577caa840.tar.bz2 |
Simple windowed application
Create a simple windowed Cocoa application with an application menu and
a "Quit" menu item.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5761abc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.o |