From 3d2374cc9860b3fc8d5277facc7c3363b4645778 Mon Sep 17 00:00:00 2001 From: tito Date: Thu, 26 Feb 2026 09:49:20 -0600 Subject: [PATCH] chore: ignore tun2socks source directory in gitignore Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d0a5387..150bcd2 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ mem.out # Embedded binaries (downloaded at build time) internal/sandbox/bin/tun2socks-* +# tun2socks source/build directory +/tun2socks/ +