From cd1feda2e5938b7d9bc1d1e52049bdf7028cba72 Mon Sep 17 00:00:00 2001 From: crabman77 Date: Wed, 2 Sep 2015 22:06:04 +0200 Subject: [PATCH] fix regex gitignore fix chmod 755 --- minetestforfun_game/.gitignore | 2 +- .../default/schematics/acacia_tree_from_sapling.mts | Bin .../default/schematics/apple_tree_from_sapling.mts | Bin .../default/schematics/jungle_tree_from_sapling.mts | Bin .../mods/default/schematics/papyrus.mts | Bin .../default/schematics/pine_tree_from_sapling.mts | Bin .../default/textures/default_cactus_side_normal.png | Bin .../default/textures/default_cactus_top_normal.png | Bin .../textures/default_desert_stone_brick_normal.png | Bin .../mods/default/textures/default_dirt_normal.png | Bin .../default/textures/default_dry_grass_normal.png | Bin .../textures/default_dry_grass_side_normal.png | Bin .../mods/default/textures/default_grass_normal.png | Bin .../default/textures/default_grass_side_normal.png | Bin .../default/textures/default_jungletree_normal.png | Bin .../textures/default_jungletree_top_normal.png | Bin .../default/textures/default_junglewood_normal.png | Bin .../mods/default/textures/default_tree_normal.png | Bin .../default/textures/default_tree_top_normal.png | Bin .../mods/default/textures/default_wood_normal.png | Bin 20 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 minetestforfun_game/mods/default/schematics/acacia_tree_from_sapling.mts mode change 100644 => 100755 minetestforfun_game/mods/default/schematics/apple_tree_from_sapling.mts mode change 100644 => 100755 minetestforfun_game/mods/default/schematics/jungle_tree_from_sapling.mts mode change 100644 => 100755 minetestforfun_game/mods/default/schematics/papyrus.mts mode change 100644 => 100755 minetestforfun_game/mods/default/schematics/pine_tree_from_sapling.mts mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_cactus_side_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_cactus_top_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_desert_stone_brick_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_dirt_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_dry_grass_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_dry_grass_side_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_grass_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_grass_side_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_jungletree_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_jungletree_top_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_junglewood_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_tree_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_tree_top_normal.png mode change 100644 => 100755 minetestforfun_game/mods/default/textures/default_wood_normal.png diff --git a/minetestforfun_game/.gitignore b/minetestforfun_game/.gitignore index 717f5fe0..487af8bd 100755 --- a/minetestforfun_game/.gitignore +++ b/minetestforfun_game/.gitignore @@ -1,7 +1,7 @@ ## Generic ignorable patterns and files *~ .*.swp -*bak* +*.bak* tags *.vim diff --git a/minetestforfun_game/mods/default/schematics/acacia_tree_from_sapling.mts b/minetestforfun_game/mods/default/schematics/acacia_tree_from_sapling.mts old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/schematics/apple_tree_from_sapling.mts b/minetestforfun_game/mods/default/schematics/apple_tree_from_sapling.mts old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/schematics/jungle_tree_from_sapling.mts b/minetestforfun_game/mods/default/schematics/jungle_tree_from_sapling.mts old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/schematics/papyrus.mts b/minetestforfun_game/mods/default/schematics/papyrus.mts old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/schematics/pine_tree_from_sapling.mts b/minetestforfun_game/mods/default/schematics/pine_tree_from_sapling.mts old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_cactus_side_normal.png b/minetestforfun_game/mods/default/textures/default_cactus_side_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_cactus_top_normal.png b/minetestforfun_game/mods/default/textures/default_cactus_top_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_desert_stone_brick_normal.png b/minetestforfun_game/mods/default/textures/default_desert_stone_brick_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_dirt_normal.png b/minetestforfun_game/mods/default/textures/default_dirt_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_dry_grass_normal.png b/minetestforfun_game/mods/default/textures/default_dry_grass_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_dry_grass_side_normal.png b/minetestforfun_game/mods/default/textures/default_dry_grass_side_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_grass_normal.png b/minetestforfun_game/mods/default/textures/default_grass_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_grass_side_normal.png b/minetestforfun_game/mods/default/textures/default_grass_side_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_jungletree_normal.png b/minetestforfun_game/mods/default/textures/default_jungletree_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_jungletree_top_normal.png b/minetestforfun_game/mods/default/textures/default_jungletree_top_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_junglewood_normal.png b/minetestforfun_game/mods/default/textures/default_junglewood_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_tree_normal.png b/minetestforfun_game/mods/default/textures/default_tree_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_tree_top_normal.png b/minetestforfun_game/mods/default/textures/default_tree_top_normal.png old mode 100644 new mode 100755 diff --git a/minetestforfun_game/mods/default/textures/default_wood_normal.png b/minetestforfun_game/mods/default/textures/default_wood_normal.png old mode 100644 new mode 100755