.gitignore 258 B

12345678910111213141516171819202122
  1. # Obviously this is a derived file
  2. /thesis.pdf
  3. # Generated graphics
  4. *RASTER.png
  5. *PAGE*.pdf
  6. *CROP.pdf
  7. *CROP.png
  8. *SVG.pdf
  9. # Data doesn't go in git
  10. /data
  11. # LyX backup file
  12. *.emergency
  13. # Snakemake temp files
  14. /.snakemake
  15. # LyX temp files
  16. tmp-*
  17. *-PROCESSED.*