.gitignore 276 B

1234567891011121314151617181920212223242526272829303132333435
  1. *.aux
  2. *.bbl
  3. *.blg
  4. *.dvi
  5. *.fdb_latexmk
  6. *.glg
  7. *.glo
  8. *.gls
  9. *.idx
  10. *.ilg
  11. *.ind
  12. *.ist
  13. *.lof
  14. *.log
  15. *.lot
  16. *.nav
  17. *.nlo
  18. *.out
  19. *.pdfsync
  20. *.ps
  21. *.snm
  22. *.synctex.gz
  23. *.toc
  24. *.fls
  25. *.vrb
  26. *.maf
  27. *.mtc
  28. *.mtc0
  29. *.swp
  30. // Compiled document
  31. master_article.pdf
  32. master_book.pdf
  33. dist.tex
  34. dist.pdf
  35. dist.png