From 993d1a584f7aff8d0975495bef81850c756eec10 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Apr 2015 15:06:13 -0400 Subject: Fix issues with Makefile - the entries in generated .gitignore's had prefixes - because sitestatic/logos/ was empty, it got removed; teach Makefile to create it --- visualize/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'visualize') diff --git a/visualize/.gitignore b/visualize/.gitignore index 943783c0..5b990033 100644 --- a/visualize/.gitignore +++ b/visualize/.gitignore @@ -1,2 +1,2 @@ -visualize/static/d3-3.0.6.js -visualize/static/d3-3.0.6.min.js +/static/d3-3.0.6.js +/static/d3-3.0.6.min.js -- cgit v1.2.3