From 872073ee055ff8e72251e6483a7c4d7c1558013e Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 23 Oct 2013 21:37:05 -0700 Subject: gem structure and POC library code --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9a64da --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +*.gem +*.rake_tasks~ +*.rbc +*.swo +*.swp +*/tags +*~ +.DS_Store +.autotest +.bundle +.config +.idea +.rvmrc +.yardoc +Gemfile.lock +InstalledFiles +_yardoc +coverage +doc +doc/ +erl_crash.dump +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp -- cgit v1.2.1