diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,19 @@ +# 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. +# +# 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 @@ -14,6 +30,7 @@ mmap_* .tex build .local +.build Makefile tex/tikz .gnuastro @@ -22,7 +39,6 @@ tex/tikz tex/pipeline LOCAL_tmp.mk LOCAL_old.mk -reproduce/build gnuastro-local.conf reproduce/config/pipeline/LOCAL.mk |