added .gitignore file
authorBenjamin Mako Hill <mako@atdot.cc>
Wed, 23 Apr 2014 19:28:03 +0000 (12:28 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Wed, 23 Apr 2014 19:28:03 +0000 (12:28 -0700)
- 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

index dd7a98cb3a47f6493ec13f577bc53543519fdc80..852b108605733f882fc9a8d57bd0813b8404fd18 100644 (file)
@@ -1 +1,10 @@
-auto/*
+auto/
+/*.aux
+/*.log
+/*.nav
+/*.out
+/*.pdf
+/*.snm
+/*.toc
+/notes.config
+/vc

Benjamin Mako Hill || Want to submit a patch?