diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-02-07 16:14:33 +0000 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-02-07 16:14:33 +0000 |
commit | 71f105dcdc7880919612a3adbe4f99d1706f5ec1 (patch) | |
tree | d2c8904c6a46fba4ab00d6c347b80dfc9fa687ef /.gitignore | |
parent | b506248839c0c1f63f51bcb0ff6a586426d722f4 (diff) |
Python is now in the pipeline
Many projects use Python so it is necessary include it in the
pipeline.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,6 +11,7 @@ mmap_* *.auxlock .tex +build .local Makefile tex/tikz @@ -24,4 +25,4 @@ gnuastro-local.conf reproduce/config/pipeline/LOCAL.mk reproduce/BDIR/ -reproduce/SURVEY/
\ No newline at end of file +reproduce/SURVEY/ |