Skip to content

Commit

Permalink
Added lein-related ignore and added some project information
Browse files Browse the repository at this point in the history
  • Loading branch information
David Czarnecki authored and mmcgrana committed Aug 7, 2011
1 parent 92864c1 commit 29969d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
lib
*.xml
*.jar
*.lein*
2 changes: 2 additions & 0 deletions project.clj
@@ -1,4 +1,6 @@
(defproject clj-redis "0.0.12"
:description "Clojure Redis client library"
:url "https://github.com/mmcgrana/clj-redis"
:dependencies
[[org.clojure/clojure "1.3.0-alpha4"]
[redis.clients/jedis "1.5.2"]])

0 comments on commit 29969d1

Please sign in to comment.