URI:
       proper permissions, add *.o to .gitignore - saait - the most boring static page generator
  HTML git clone git://git.codemadness.org/saait
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ecfb78c5e243081f78832d0d23ba08a70373d320
   DIR parent b2bb76357993c8f5d62825932f6a23cd33f42a21
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  4 Aug 2017 15:48:20 +0200
       
       proper permissions, add *.o to .gitignore
       
       Diffstat:
         M .gitignore                          |       1 +
         M LICENSE                             |       0 
         M README                              |       0 
         M TODO                                |       0 
         M config.cfg                          |       0 
       
       5 files changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/.gitignore b/.gitignore
       @@ -4,4 +4,5 @@ output/*.xml
        output/*.html
        output/urllist.txt
        saait
       +*.o
        *.core
   DIR diff --git a/LICENSE b/LICENSE
   DIR diff --git a/README b/README
   DIR diff --git a/TODO b/TODO
   DIR diff --git a/config.cfg b/config.cfg