.gitignore 579 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. *.vrb
  25. *.maf
  26. *.mtc
  27. *.mtc0
  28. *.svg
  29. *.thm
  30. *.xdy
  31. *.dvi
  32. *.pyg
  33. *.pdf
  34. *.o
  35. *.hi
  36. *.sublime-workspace
  37. *.class
  38. ## PDF/A
  39. *.xmpi
  40. *.xmpdata
  41. ## I want to keep some PDFs
  42. documents/Analysis I/*.pdf
  43. documents/Analysis II/*.pdf
  44. documents/GeoTopo/figures/torus.tex
  45. cheat-sheets/analysis/*.pdf
  46. presentations/Tutorenschlung/templates/*
  47. presentations/Tutorenschlung/logos/*.eps
  48. presentations/English/templates/*
  49. presentations/English/logos/*.eps