diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-09-14 07:32:44 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-12 12:02:10 +0100 |
commit | 1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4 (patch) | |
tree | 829c2f701a0a8031c95bb65ee88957d407baec0d /xA/.gitignore | |
parent | a64b1152a175a611ef879c2ceb2323f201f77dec (diff) | |
download | xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.tar.gz xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.tar.xz xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.zip |
Add a Fyne frontend for xC
It is fairly mediocre all around, but also generally usable,
natively covering mobile platforms.
Diffstat (limited to 'xA/.gitignore')
-rw-r--r-- | xA/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xA/.gitignore b/xA/.gitignore new file mode 100644 index 0000000..5e6a147 --- /dev/null +++ b/xA/.gitignore @@ -0,0 +1,5 @@ +/xA +/proto.go +/FyneApp.toml +/*.png +/beep.raw |