From 35f4f87927ef257ef8610ebfb685877aab69d9fb Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Wed, 23 Apr 2014 12:28:03 -0700 Subject: [PATCH] added .gitignore file - Created .gitignore file within the template directory. I believe that /this/ repository should not know about them but the new_beamer_presentation should export these so that we don't have to create a new .gitignore file from scratch every time we create a presentation. --- template/.gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/template/.gitignore b/template/.gitignore index dd7a98c..852b108 100644 --- a/template/.gitignore +++ b/template/.gitignore @@ -1 +1,10 @@ -auto/* +auto/ +/*.aux +/*.log +/*.nav +/*.out +/*.pdf +/*.snm +/*.toc +/notes.config +/vc -- 2.30.2