.gitignore 160 B

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