.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.
This commit is contained in:
committed by
David du Colombier
parent
cfa9a6dfa1
commit
3473f4e5fd
2
.gitignore
vendored
2
.gitignore
vendored
@@ -14,6 +14,8 @@ bin/
|
|||||||
log/
|
log/
|
||||||
dict/
|
dict/
|
||||||
postscript/font/
|
postscript/font/
|
||||||
|
sky/here
|
||||||
|
sky/*.scat
|
||||||
*.orig
|
*.orig
|
||||||
config
|
config
|
||||||
install.log
|
install.log
|
||||||
|
|||||||
Reference in New Issue
Block a user