diff options
| author | James O'Doherty <james@theodohertyfamily.com> | 2026-05-22 10:05:38 -0400 |
|---|---|---|
| committer | James O'Doherty <james@theodohertyfamily.com> | 2026-05-22 10:05:38 -0400 |
| commit | 764d3e67fc783c487f42d398d1b85a5a1f0d8ef0 (patch) | |
| tree | 5eed72f4e2371efe4d341fe61ce8bcf7717ac780 /.gitignore | |
| parent | a78401b6b5023c3c924c0884b222c329975b3ad6 (diff) | |
feat: implement rootless network isolation bootstrap and C launcher
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,8 @@ # Binaries bin/ wg-wrap +**/launcher +**/launcher.bin # Go build artifacts *.exe @@ -14,6 +16,7 @@ wg-wrap coverage.out # OS generated files +.DS_PStore .DS_Store Thumbs.db |
