From 5bccad6a08a281a83ced59c985fb37ea023a66a8 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Thu, 5 Mar 2015 15:59:08 +0100 Subject: [PATCH] add debug.txt to gitignore and move the default_ice texture --- .gitignore | 1 + {textures => other_textures}/default_ice.png | Bin 2 files changed, 1 insertion(+) rename {textures => other_textures}/default_ice.png (100%) diff --git a/.gitignore b/.gitignore index 270ee86..43ed67f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.txt +debug.txt *~ diff --git a/textures/default_ice.png b/other_textures/default_ice.png similarity index 100% rename from textures/default_ice.png rename to other_textures/default_ice.png