diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-09-07 21:10:38 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-09-07 21:10:38 +0300 |
commit | 31b331a3a53884b41926bd6fee5dbc3505e8acde (patch) | |
tree | 1c7b3987073b92e70a017895ca2ba2f34f8e1fc6 /.gitignore | |
download | zigway-31b331a3a53884b41926bd6fee5dbc3505e8acde.tar.gz zigway-31b331a3a53884b41926bd6fee5dbc3505e8acde.zip |
init: zig wayland hello world client
Adapted the example from chapters 7 and 8 of the Wayland book
(https://wayland-book.com/) into Zig.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..941c29f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.zig-cache +zig-out/ |