.gitignore 218 B

1234567891011121314151617181920212223242526272829303132
  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. *.swp
  29. *.fls
  30. published/
  31. main.pdf
  32. .env