From: Benjamin Mako Hill Date: Wed, 23 Apr 2014 19:28:03 +0000 (-0700) Subject: added .gitignore file X-Git-Url: https://projects.mako.cc/source/beamer-mako/commitdiff_plain/35f4f87927ef257ef8610ebfb685877aab69d9fb 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. --- 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