add result to gitignore

Nix names the output of the build 'result'.
This commit is contained in:
Jeremy Baxter 2024-02-12 13:53:30 +13:00
parent 33af0317a8
commit 72938f9c77

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ luac
*.a *.a
*.o *.o
*.so *.so
result
config.mk config.mk
include/ include/