diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-17 17:04:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-17 17:04:08 +0200 |
| commit | 22840a3551d6564ea271d4be6ef7b539d4eba409 (patch) | |
| tree | afc8b697bd5ea5aecd3617233a547db10a09c92e /c-embed-lua/.gitignore | |
| parent | fccba39aa0c0060e7e17c4075963bf8a428536b1 (diff) | |
| download | probe-22840a3551d6564ea271d4be6ef7b539d4eba409.tar.gz | |
Added embedding Lua
Diffstat (limited to 'c-embed-lua/.gitignore')
| -rw-r--r-- | c-embed-lua/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/c-embed-lua/.gitignore b/c-embed-lua/.gitignore new file mode 100644 index 0000000..219d598 --- /dev/null +++ b/c-embed-lua/.gitignore @@ -0,0 +1,7 @@ +*.o +*.so +*.a + +main +lua +luac |
