From e424b6d266f914c2c0d04d6544f6d15d3d6f1c00 Mon Sep 17 00:00:00 2001 From: Quillot Mathias Date: Wed, 5 May 2021 15:23:13 +0200 Subject: [PATCH] ignoring out.pdf --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b60c9e3..7971216 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ data/ .vscode/ __pycache__ exp/ -volia/__init__.pyc \ No newline at end of file +volia/__init__.pyc +out.pdf \ No newline at end of file -- 1.8.2.3