From a1b6e812f556b9ae8d124b274456051157f43aaa Mon Sep 17 00:00:00 2001 From: Lilian Besson Date: Sun, 28 Feb 2021 23:59:14 +0100 Subject: [PATCH] Shit, see https://github.com/Naereen/notebooks/issues/30 --- .gitignore | 1 + Makefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1e6ff50..cf43eed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.*.swp *~ *.pyc .ipynb_checkpoints/ diff --git a/Makefile b/Makefile index c1969f0..ed70dd8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ all: export send send: send_zamok send_zamok: - CP --exclude=.ipynb_checkpoints --exclude=.git ./ ${Szam}publis/notebooks/ + CP-git ./ ${Szam}publis/notebooks/ + CP ./*.html ${Szam}publis/notebooks/ export: ./export.sh