.gitignore 552 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. ## I want to keep some PDFs
  39. documents/Analysis I/*.pdf
  40. documents/Analysis II/*.pdf
  41. documents/GeoTopo/figures/torus.tex
  42. cheat-sheets/analysis/*.pdf
  43. presentations/Tutorenschlung/templates/*
  44. presentations/Tutorenschlung/logos/*.eps
  45. presentations/English/templates/*
  46. presentations/English/logos/*.eps