From c245c1d72f88d8f086fec83f4450a25f5e5e43ca Mon Sep 17 00:00:00 2001 From: Ricardo Langner Date: Sun, 12 May 2013 22:00:00 +0200 Subject: [PATCH] - Fix: list of files to ignore (versioning) --- .gitignore | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 63cff7b..e10ab7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,11 @@ -Clean-Thesis-blx.bib -Clean-Thesis.aux -Clean-Thesis.bbl -Clean-Thesis.blg -Clean-Thesis.lof -Clean-Thesis.log -Clean-Thesis.lot -Clean-Thesis.out -Clean-Thesis.run.xml -Clean-Thesis.synctex.gz -Clean-Thesis.toc \ No newline at end of file +*blx.bib +*.aux +*.bbl +*.blg +*.lof +*.log +*.lot +*.out +*.run.xml +*.synctex.gz +*.toc