diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -17,13 +17,15 @@ # without any warranty. *~ -*.txt +*\# *.aux *.log -*.pdf *.out -*.zip +*.pdf +*.sif *.swp +*.txt +*.zip .nfs* mmap_* *.tar.gz @@ -31,6 +33,7 @@ mmap_* .tex build +run.sh .local .build Makefile @@ -39,8 +42,9 @@ tex/tikz .DS_Store .texlive* LOCAL.conf +timing.txt tex/pipeline LOCAL_tmp.mk LOCAL_old.mk gnuastro-local.conf -.compiler_test_dir_please_delete
\ No newline at end of file +.compiler_test_dir_please_delete |