aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-02-05 23:31:27 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-02-05 23:31:27 +0000
commite19c7d38f00fe3612a8c499f8ac4c965f52cb86b (patch)
treea97941b0ed98cd80aa2be0a1d2d958c76699474c /.gitignore
parent438e1970093621d3c67acc900b17afdeaa60329f (diff)
Ability to package project into tarball or zip file
With this commit, it is now possible to package the project into a tarball or zip file, ready to be distributed to collaborators who only want to modify the final paper (and not do the analysis technicalities), or for uploading to sites like arXiv, or online LaTeX sharing pages.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b1e82ef..6338a5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,12 +4,16 @@
*.log
*.pdf
*.out
+*.zip
.nfs*
mmap_*
+*.tar.gz
*.auxlock
+.tex
.local
Makefile
+tex/tikz
.gnuastro
.texlive*
LOCAL_tmp.mk