Add initial .gitignore

We don't want to track intermediate and output files from pdflatex.
This commit is contained in:
Alan Orth 2012-12-02 00:42:56 +03:00
parent 9707469d41
commit 637a17c765
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*.aux
*.dvi
*.log
*.out
*.pdf