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 /target
/lib
/classes /classes
/checkouts /checkouts
pom.xml pom.xml
pom.xml.asc pom.xml.asc
*.jar *.jar
*.class *.class
.lein-deps-sum /.lein-*
.lein-failures /.nrepl-port
.lein-plugins .settings/
.lein-repl-history .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))))