diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-24 12:04:33 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-24 12:04:33 -0500 |
| commit | a39fd17e8c3af7a958f25da9dfffe0e3d33b35b6 (patch) | |
| tree | ff1ebc55bfbdcfef166195dfc8f08c2bd9677394 | |
| parent | aca6fcde27cd093e91acc371b79ad2a5aa06f1c7 (diff) | |
Update gitignore
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,8 @@ /lib/*/*.so /lib/*/*.a +/vendor/*/ + .build /build *.o @@ -20,4 +22,6 @@ *.tm.h *.tm.o *.testresult +*.tar.gz +*.tar.xz tags |
