From 3473f4e5fde931d4988c84aa46ca3dbcf9c1150d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ku=CC=88hl?= Date: Thu, 1 Feb 2018 14:29:47 +0100 Subject: .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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8957273c..f590cf28 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ bin/ log/ dict/ postscript/font/ +sky/here +sky/*.scat *.orig config install.log -- cgit v1.2.3