Revision 02e53b972750e0a5d8200b910579784c06840e09 authored by Mohammad Akhlaghi on 04 January 2021, 02:58:05 UTC, committed by Mohammad Akhlaghi on 04 January 2021, 02:58:05 UTC
Until now, the description in 'README.md' to build the Dockerfile in
'README.md' had one item per line, thoroughly describing the reason behind
that line. But in many cases, the user is already familiar with Docker (or
has already read through the items) and just wants to have the Dockerfile
ready fast. In these cases, all those extra explanations are annoying.

With this commit, an item '0' has been added at the start of the item list
for summary. It only contains the necessary Dockerfile contents with no
extra explanation.
1 parent 31f4ea3
Raw File
.gitignore
# Files to ignore in version control (Git) -*- conf-unix -*-
# ==========================================================
#
# The files satisfying the patterns here (one per line) are ignored by
# the version control using Git, they are all outputs of the various
# tools used to built Gnuastro, so we don't need to keep their
# history.
#
# To help readability, please add new files based on the length of the
# line you wish to add.
#
# Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org>
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.  This file is offered as-is,
# without any warranty.

*~
*.txt
*.aux
*.log
*.pdf
*.out
*.zip
*.swp
.nfs*
mmap_*
*.tar.gz
*.auxlock

.tex
build
.local
.build
Makefile
tex/tikz
.gnuastro
.DS_Store
.texlive*
LOCAL.conf
tex/pipeline
LOCAL_tmp.mk
LOCAL_old.mk
gnuastro-local.conf
.compiler_test_dir_please_delete
back to top