From a138584b874abb7e673093162fbf04dca04ba535 Mon Sep 17 00:00:00 2001 From: Tristan Hume Date: Sat, 9 May 2015 13:34:33 -0400 Subject: [PATCH] Move example out of default binary --- .gitignore | 1 + source/app.d => example.d | 0 2 files changed, 1 insertion(+) rename source/app.d => example.d (100%) diff --git a/.gitignore b/.gitignore index ed1c4c5..d4337d4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __dummy.html *.o *.obj /ddbus +libddbus.* __test__library__ diff --git a/source/app.d b/example.d similarity index 100% rename from source/app.d rename to example.d