From 707802728510d352d73d49aa27703da342126eb8 Mon Sep 17 00:00:00 2001 From: Alexis Tacnet <alexis.tacnet@student.ecp.fr> Date: Sun, 9 Oct 2016 19:00:39 +0200 Subject: [PATCH] Add pdf to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f620fad..1c24a55 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,7 @@ # these rules might exclude image files for figures etc. # *.ps # *.eps -# *.pdf +*.pdf ## Generated if empty string is given at "Please type another file name for output:" .pdf -- GitLab