some minor cleanup
This commit is contained in:
parent
1a3aeeec3d
commit
e245fe7bf1
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -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
|
|
@ -1,3 +0,0 @@
|
|||
# Introduction to clojure-template-benchmarks
|
||||
|
||||
TODO: write [great documentation](http://jacobian.org/writing/great-documentation/what-to-write/)
|
|
@ -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))))
|
Reference in a new issue