From c6ef29f91c68a64fb4d94884e2467c19fb95c0a3 Mon Sep 17 00:00:00 2001 From: toaster Date: Wed, 27 Jun 2018 15:38:02 +0100 Subject: [PATCH] Test commit please ignore (no, actually, what I'm doing here is pushing my very first change: A .bat for the gitignore, so that I can keep my compilation script in the same folder as executables.) --- bin/Mingw/Release/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/Mingw/Release/.gitignore b/bin/Mingw/Release/.gitignore index 834f313e..3458ff76 100644 --- a/bin/Mingw/Release/.gitignore +++ b/bin/Mingw/Release/.gitignore @@ -1,3 +1,4 @@ *.exe *.mo r_opengl.dll +*.bat