.gitignore 180 B

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