From 2e1c4ff344fdad5d7a3e7553c68a41eff168aa08 Mon Sep 17 00:00:00 2001
From: Jannik Dunkelau <jannik.dunkelau@hhu.de>
Date: Tue, 11 Feb 2020 19:37:02 +0100
Subject: [PATCH] Exclude synctex file from zip target in Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 72c3991..1c77d72 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ clean:
 
 .PHONY: zip
 zip:
-	zip thesis -x *.git* -r .
+	zip thesis -x *.git* -x *.synctex.gz -r .
 
 .PHONY: bibtool
 bibtool:
-- 
GitLab