From 356d998b87d93cc86dc44642ae95fed7478bc788 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 19 Mar 2019 19:24:54 +0000 Subject: Minor corrections: typo and adding file to .gitignore The LaTeX macro for libgit2 was not properly used in `paper.tex'. On Mac systems, after browsing the directory, a `.DS_Store' file was created. So to keep things clean on those systems, it is added to the files to be ignored by Git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5879789..5521ca7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ build Makefile tex/tikz .gnuastro +.DS_Store .texlive* tex/pipeline LOCAL_tmp.mk -- cgit v1.2.1