From c9f7f12a03d8e706375255ef70282066af149b4e Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 2 Jan 2026 17:46:48 -0600 Subject: [PATCH] chore(.gitignore): add test/compat/ directory to ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be5ace8..1acc656 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ Thumbs.db # Windows Explorer thumbnail cache # Swap and test binaries *.swp # Swap files (e.g. vim) -*.test # Go test binaries \ No newline at end of file +*.test # Go test binaries +test/compat/ \ No newline at end of file