From 992a7d8e1a266012facc686248f0901f64487e52 Mon Sep 17 00:00:00 2001 From: aj Date: Wed, 3 Nov 2010 00:22:58 -0700 Subject: [PATCH] the seed of an (likely bad) idea. --- .gitignore | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f424ba7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.beam +*.dump +ebin/ +tmp/ +commit_msg diff --git a/README.md b/README.md new file mode 100644 index 0000000..833257d --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# ezic # +an erlang time zone compiler + +see the [tz database](http://www.twinsun.com/tz/tz-link.htm) page for more info. +