From 9a19c28db4f342861ec47ddda73cd902d4078882 Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Mon, 17 Feb 2020 12:31:51 +0100 Subject: [PATCH] Fix `make zip` to still include the .gitignore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c77d72..61bfc7e 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ clean: .PHONY: zip zip: - zip thesis -x *.git* -x *.synctex.gz -r . + zip thesis -x *.git/* -x *.synctex.gz -r . .PHONY: bibtool bibtool: -- GitLab