From ad164841a651ccd24f1c5b9b37a72a7f8068e42f Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 15 Feb 2018 20:18:32 +0100 Subject: Wildcard for mmap files made more generic In some systems, the fact that `.gnuastro' and `reproduce/config/gnuastro' are the same is not recognized by Git in `.gitignore' and so the `mmap' files will be treated as un-commit files. So we now simply ignore all files starting with `mmap_*' and removed the directory information before it. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 83de0ac..a6018b7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,8 @@ *.log *.pdf *.out +mmap_* *.auxlock -.gnuastro/mmap_* LOCAL_tmp.mk LOCAL_old.mk -- cgit v1.2.1