From b9bbe6d4efde81add3cd9085a4e81250844e17dd Mon Sep 17 00:00:00 2001 From: Richard Pastrick Date: Tue, 24 Jan 2012 11:20:59 -0800 Subject: [PATCH] Add ignores for all variations of settings.py file names as well as ignores for the MCPatcher compliant pngs --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1918894..aff3e7f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,11 +6,14 @@ Minecraft_Overviewer.egg-info terrain.png cachedir* +#MCPatcher HD texture files +custom_*.png + # vim swap files .*.swp -# user-provided settings file -settings.py +# user-provided settings file as well as any variations on that name +settings*.py # header files that may be copied over, if missing ImPlatform.h