aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-02-13 17:30:02 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-02-13 17:37:17 +0000
commit41b458f8f31bbb5b74f96c5647beae28c49dedaf (patch)
tree64be70cfe6ab20f68a685d430902ab803035308f /.gitignore
parentb47b2a3563a0735480e72c64216645fc363030bb (diff)
parent64f519d1b54487fcfc39a0f7c8b4437e660ff6f0 (diff)
Imported recent work on building Python within the pipeline
Raul Infante-Sainz added the building of Python (along with the Numpy and Astropy packages) into the pipeline. That work is now being merged into the main pipeline branch. There was only this small problem that needed to be fixed: the Python tarball's name after unpacking is actually `Python-X.X.X' (with a captial P), not `python-X.X.X'. This has been corrected with this merge.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7074d37..5879789 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,12 +5,14 @@
*.pdf
*.out
*.zip
+*.swp
.nfs*
mmap_*
*.tar.gz
*.auxlock
.tex
+build
.local
Makefile
tex/tikz
@@ -24,4 +26,4 @@ gnuastro-local.conf
reproduce/config/pipeline/LOCAL.mk
reproduce/BDIR/
-reproduce/SURVEY/ \ No newline at end of file
+reproduce/SURVEY/