.gitignore 180 B

1234567891011121314
  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. # Snakemake temp files
  11. /.snakemake