diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-19 00:50:23 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-19 00:50:23 +0200 |
| commit | 435bcb67395c10b50d7ef1c13e02b82c7860edab (patch) | |
| tree | 47e21f4f4a7d287f505b73c9d89d0d66db520525 | |
| parent | 921d9f49a79c0ae336a1162d6270064b420bf89d (diff) | |
| download | probe-435bcb67395c10b50d7ef1c13e02b82c7860edab.tar.gz | |
Vendoring out Lua and C code
| -rw-r--r-- | zig-lua/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zig-lua/.gitattributes b/zig-lua/.gitattributes index 790c8d9..6d9e1e4 100644 --- a/zig-lua/.gitattributes +++ b/zig-lua/.gitattributes @@ -1,3 +1,4 @@ *.c linguist-vendored *.h linguist-vendored *.lua linguist-vendored +Makefile linguist-vendored |
