From 1bf9e7c268b4e4f77413082931227d929b5c36fa Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Wed, 27 Jan 2010 10:42:58 -0800 Subject: [PATCH 1/2] This is a test commit. --- Docs/steps.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/Docs/steps.lua b/Docs/steps.lua index 8a5659f0b3..fb00f7214f 100644 --- a/Docs/steps.lua +++ b/Docs/steps.lua @@ -1,8 +1,6 @@ -- steps.lua: rough rough draft. Please don't use until finalized. -- ver 20100116 --- shakesoda is going to be making this more generic for use in rhythm. - local MetaTags = { Title = {"Dyamite Rave","(transliteration)"}, Subtitle = {"Down Bird Sota Mix","(transliteration)"}, From 5b6a2f1df0d505e629a5ce45019ba7b1f6481d07 Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Wed, 27 Jan 2010 11:06:04 -0800 Subject: [PATCH 2/2] Add .hgignore. Set to ignore .DS_Store, Thumbs.db, and *.o --- .hgignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000000..cf0245179c --- /dev/null +++ b/.hgignore @@ -0,0 +1,5 @@ +syntax: glob + +.DS_Store +*.o +Thumbs.db \ No newline at end of file