diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-10 05:19:06 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-10 05:19:06 -0400 |
| commit | 9ba3ccd51d94e2db6920351eccb9050d1a2c41e1 (patch) | |
| tree | 95d4eb6d18147fea2890aac74f3001a9db1f8c7b /6502/.gitignore | |
| parent | 6f9276b24b371758bf9dbe87110843b6d6dc6f8e (diff) | |
6502: Lua bindings for testing
Diffstat (limited to '6502/.gitignore')
| -rw-r--r-- | 6502/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/6502/.gitignore b/6502/.gitignore index 13a055e..82cd8d3 100644 --- a/6502/.gitignore +++ b/6502/.gitignore @@ -1 +1,2 @@ -./6502
\ No newline at end of file +6502 +*.so
\ No newline at end of file |
