From 567e96ae7b5be75a98253f20e2bb38467f11d1cc Mon Sep 17 00:00:00 2001 From: Denes Matetelki Date: Mon, 26 Mar 2012 22:39:45 +0200 Subject: [PATCH] dir cleanup, part2 --- compile_all.sh => build/compile_all.sh | 0 run_all.sh => build/run_all.sh | 0 tmp.sh => build/tmp.sh | 0 data.ods => etc/data.ods | Bin template.cpp => etc/template.cpp | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename compile_all.sh => build/compile_all.sh (100%) rename run_all.sh => build/run_all.sh (100%) rename tmp.sh => build/tmp.sh (100%) rename data.ods => etc/data.ods (100%) rename template.cpp => etc/template.cpp (100%) diff --git a/compile_all.sh b/build/compile_all.sh similarity index 100% rename from compile_all.sh rename to build/compile_all.sh diff --git a/run_all.sh b/build/run_all.sh similarity index 100% rename from run_all.sh rename to build/run_all.sh diff --git a/tmp.sh b/build/tmp.sh similarity index 100% rename from tmp.sh rename to build/tmp.sh diff --git a/data.ods b/etc/data.ods similarity index 100% rename from data.ods rename to etc/data.ods diff --git a/template.cpp b/etc/template.cpp similarity index 100% rename from template.cpp rename to etc/template.cpp