From 6dec81ca099cf2cc7840b02d2f27ff8bffbce954 Mon Sep 17 00:00:00 2001 From: antmt Date: Wed, 10 Oct 2012 23:03:56 -0700 Subject: [PATCH] Initial commit --- .gitignore | 18 ++++++++++++++++++ README.md | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..560d1a6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.gem +*.rbc +.bundle +.config +coverage +InstalledFiles +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp + +# YARD artifacts +.yardoc +_yardoc +doc/ diff --git a/README.md b/README.md new file mode 100644 index 00000000..536bf233 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +bioacoustic-workbench +===================== + +An open source bioacoustic research platform that enables the management and annotation of audio recordings of the environment. We want to give ecologists the tools to retrieve the useful information from raw audio files. \ No newline at end of file