From 16310907dc9c9bb73ed935c464c43d0b6261610d Mon Sep 17 00:00:00 2001 From: igor725 Date: Fri, 26 Oct 2018 09:46:56 +0300 Subject: [PATCH] GCC object files and ClassiCube binary added to git ignore list --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 927548016..76c7bc983 100644 --- a/.gitignore +++ b/.gitignore @@ -29,8 +29,12 @@ bld/ [sS]rc/texturecache [sS]rc/logs [sS]rc/options.txt +[sS]rc/ClassiCube [sS]rc/screenshots +#GCC object files +*.o + # Roslyn cache directories *.ide/ @@ -138,7 +142,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj