瀏覽代碼

Ignore generated graphics files

Ryan C. Thompson 6 年之前
父節點
當前提交
e3f65a4452
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

@@ -1,3 +1,12 @@
+# Obviously this is a derived file
 /thesis.pdf
 /thesis.pdf
+
+# Generated graphics
+/graphics/*RASTER.pdf
+/graphics/*PAGE*.pdf
+
+# Data doesn't go in git
 /data
 /data
+
+# Snakemake temp files
 /.snakemake
 /.snakemake