some minor cleanup

This commit is contained in:
Gered 2014-11-11 15:15:59 -05:00
parent 1a3aeeec3d
commit e245fe7bf1
3 changed files with 10 additions and 16 deletions

15
.gitignore vendored
View file

@ -1,12 +1,17 @@
.DS_Store
/target
/lib
/classes
/checkouts
pom.xml
pom.xml.asc
*.jar
*.class
.lein-deps-sum
.lein-failures
.lein-plugins
.lein-repl-history
/.lein-*
/.nrepl-port
.settings/
.project
.classpath
.idea/
*.iml
*.ipr
*.iws

View file

@ -1,3 +0,0 @@
# Introduction to clojure-template-benchmarks
TODO: write [great documentation](http://jacobian.org/writing/great-documentation/what-to-write/)

View file

@ -1,8 +0,0 @@
(ns clojure-template-benchmarks.core-test
(:use clojure.test
clojure-template-benchmarks.core))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))