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
|
/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
|
|
@ -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