From d6d98a888c8d9f53c884d2108be37bf0c1419a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Fri, 9 Feb 2024 20:09:44 -0300 Subject: [PATCH] Add pdf to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a5ad18..dbe00b3 100644 --- a/.gitignore +++ b/.gitignore @@ -298,4 +298,6 @@ TSWLatexianTemp* # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib # option is specified. Footnotes are the stored in a file with suffix Notes.bib. # Uncomment the next line to have this generated file ignored. -#*Notes.bib \ No newline at end of file +#*Notes.bib + +*.pdf \ No newline at end of file