.gitignore 211 B

1234567891011121314151617
  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. # Data doesn't go in git
  9. /data
  10. # LyX backup file
  11. *.emergency
  12. # Snakemake temp files
  13. /.snakemake