From 1b4215ccd5633bcfbc3505325afe61e633de224e Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 4 Oct 2012 02:23:39 +0200 Subject: [PATCH] move all examples into examples subdirectory Signed-off-by: AJ Rossini --- ls-demo-ls1.lisp => examples/ls-demo-ls1.lisp | 0 ls-demo.lisp => examples/ls-demo.lisp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename ls-demo-ls1.lisp => examples/ls-demo-ls1.lisp (100%) rename ls-demo.lisp => examples/ls-demo.lisp (100%) diff --git a/ls-demo-ls1.lisp b/examples/ls-demo-ls1.lisp similarity index 100% rename from ls-demo-ls1.lisp rename to examples/ls-demo-ls1.lisp diff --git a/ls-demo.lisp b/examples/ls-demo.lisp similarity index 100% rename from ls-demo.lisp rename to examples/ls-demo.lisp -- 2.11.4.GIT