diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-19 00:47:02 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-19 00:47:02 +0200 |
| commit | bc0f9f030168be0575f863cef8b3220ddeab4dd7 (patch) | |
| tree | 0faf109eb80f5c002554b22f2d3097fcbbdd9e5d | |
| parent | 4449cc8ee3fc7140255953a0a25e17bc11e59e8c (diff) | |
| download | probe-bc0f9f030168be0575f863cef8b3220ddeab4dd7.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 227dc27..790c8d9 100644 --- a/zig-lua/.gitattributes +++ b/zig-lua/.gitattributes @@ -1,2 +1,3 @@ *.c linguist-vendored +*.h linguist-vendored *.lua linguist-vendored |
