.gitignore 170 B

12345678910111213
  1. # Obviously this is a derived file
  2. /thesis.pdf
  3. # Generated graphics
  4. *RASTER.png
  5. *PAGE*.pdf
  6. *CROP.pdf
  7. # Data doesn't go in git
  8. /data
  9. # Snakemake temp files
  10. /.snakemake