From 572e7d49d326fb38bcae626163252a9bc00ca6ba Mon Sep 17 00:00:00 2001 From: grglcy Date: Sun, 12 Jan 2025 19:11:04 +0000 Subject: [PATCH] Ignore batch files in src/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 13bfa5a..94088e5 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +src/*.bat