diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 15:06:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 15:06:13 -0400 |
commit | 993d1a584f7aff8d0975495bef81850c756eec10 (patch) | |
tree | 834958f96fab6f30e2de463b53f20ac444cff2ff /visualize | |
parent | cdff1a234be0d625c5c824707dbae32ffa6a76dd (diff) |
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
Diffstat (limited to 'visualize')
-rw-r--r-- | visualize/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
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 |