From ecf2856c9b40d15ccec9b5835bdb70295e41a3e6 Mon Sep 17 00:00:00 2001 From: Joachim Filip Ignacy Bartosik Date: Fri, 13 Aug 2010 11:19:31 +0200 Subject: Git ignore generated documentation for app. Short description of app. --- .gitignore | 1 + doc/README_FOR_APP | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b433760..8587653 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ app/views/taglibs/auto config/database.yml config/config.yml tmp +doc/app diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index fe41f5c..9f9fde6 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP @@ -1,2 +1,2 @@ -Use this README file to introduce your application and point to useful places in the API for learning more. -Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries. +This is web application made to help Gentoo Recruiters team do their job. +It's based on Hobo frame work. For installation see README file. -- cgit v1.2.3-65-gdbad