浏览代码

Fix gitignore rules for generated graphics

Ryan C. Thompson 6 年之前
父节点
当前提交
d82bbe4d00
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .gitignore

+ 2 - 2
.gitignore

@@ -2,8 +2,8 @@
 /thesis.pdf
 /thesis.pdf
 
 
 # Generated graphics
 # Generated graphics
-/graphics/*RASTER.pdf
-/graphics/*PAGE*.pdf
+*RASTER.png
+*PAGE*.pdf
 
 
 # Data doesn't go in git
 # Data doesn't go in git
 /data
 /data