t.gitignore: ignore files created for astro(1) and scat(1) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3473f4e5fde931d4988c84aa46ca3dbcf9c1150d
 (DIR) parent cfa9a6dfa108cda8f830dac649c804161bbde618
 (HTM) Author: Martin Kühl <martin.kuehl@gmail.com>
       Date:   Thu,  1 Feb 2018 14:29:47 +0100
       
       .gitignore: ignore files created for astro(1) and scat(1)
       
       To use astro(1) and scat(1) one has to create sky/here and
       download various catalogue files as detailed in sky/README.
       
       This change marks those files as ignored by git so they
       don't clutter its status messages.
       
       Diffstat:
         M .gitignore                          |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/.gitignore b/.gitignore
       t@@ -14,6 +14,8 @@ bin/
        log/
        dict/
        postscript/font/
       +sky/here
       +sky/*.scat
        *.orig
        config
        install.log