summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJames O'Doherty <james@theodohertyfamily.com>2026-05-22 10:05:38 -0400
committerJames O'Doherty <james@theodohertyfamily.com>2026-05-22 10:05:38 -0400
commit764d3e67fc783c487f42d398d1b85a5a1f0d8ef0 (patch)
tree5eed72f4e2371efe4d341fe61ce8bcf7717ac780 /.gitignore
parenta78401b6b5023c3c924c0884b222c329975b3ad6 (diff)
feat: implement rootless network isolation bootstrap and C launcher
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c3c9fcf..b074b5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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