commit 3473f4e5fde931d4988c84aa46ca3dbcf9c1150d
parent cfa9a6dfa108cda8f830dac649c804161bbde618
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:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -14,6 +14,8 @@ bin/
log/
dict/
postscript/font/
+sky/here
+sky/*.scat
*.orig
config
install.log