From 4461606ece2d0f076a958db5d9ff72d0c6f76abe Mon Sep 17 00:00:00 2001 From: 4z0t Date: Sat, 16 Nov 2024 12:52:07 +0300 Subject: [PATCH 1/2] ignore bat files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9fbdef54..efc11427 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,6 @@ section.cpp section.ld section/main.cpp -section/main.cxx \ No newline at end of file +section/main.cxx + +*.bat // one day I'll commit with my bat files without it here :P \ No newline at end of file From 05eb70457cbe10200690b54f05b4932b37066c05 Mon Sep 17 00:00:00 2001 From: 4z0t Date: Sat, 16 Nov 2024 12:52:30 +0300 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index efc11427..c1d68037 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ section.ld section/main.cpp section/main.cxx -*.bat // one day I'll commit with my bat files without it here :P \ No newline at end of file +// one day I'll commit with my bat files without it here :P +*.bat \ No newline at end of file