From ab039f6be41826b251cf076966a54f329a26ef02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 17 Jun 2016 11:39:03 +0200 Subject: [PATCH] Noted missing dependency on `graph` in the README, populated .gitignore --- .gitignore | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a389ea6..4ae010e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -htdocs/* \ No newline at end of file +htdocs/* +compiled/ +*~ \ No newline at end of file diff --git a/README.md b/README.md index 5ef203c..bd9c5e1 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ pasterack An evaluating [pastebin](http://www.pasterack.org) for Racket. -pkg dependencies: ring-buffer, redis, irc, memoize +pkg dependencies: ring-buffer, redis, irc, memoize, graph