From: Roland Haeder Date: Tue, 22 Dec 2015 12:31:46 +0000 (+0100) Subject: Added .gitignore to ignore certain files + fixed access rights on Makefile* as X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fdaa30c197c0f3ce5fad418bfd9bbd78cad2e32f;p=quix0rs-blobwars.git Added .gitignore to ignore certain files + fixed access rights on Makefile* as they don't need to be executable. Signed-off-by: Roland Haeder --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92f5a5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +blobwars +locale/*.mo diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 diff --git a/Makefile.windows b/Makefile.windows old mode 100755 new mode 100644