From 7d0a19c83cd17a647718b464a1c451c366167634 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 13 May 2017 09:54:47 +0200 Subject: [PATCH] add latex files to the ignore list --- .gitignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b79339..d47b641 100644 --- a/.gitignore +++ b/.gitignore @@ -590,4 +590,19 @@ target/ # org-mode compile files -**/auto \ No newline at end of file +**/auto + +#latex compile files +*.aux +*.acn +*.bbl +*.blg +*.glo +*.ist +*.lof +*.log +*.lot +*.out +*.pdf +*.toc +*.gz \ No newline at end of file