diff --git a/.gitignore b/.gitignore index cc2ff39..e91d482 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/doc/intro.md b/doc/intro.md deleted file mode 100644 index 021268d..0000000 --- a/doc/intro.md +++ /dev/null @@ -1,3 +0,0 @@ -# Introduction to clojure-template-benchmarks - -TODO: write [great documentation](http://jacobian.org/writing/great-documentation/what-to-write/) diff --git a/test/clojure_template_benchmarks/core_test.clj b/test/clojure_template_benchmarks/core_test.clj deleted file mode 100644 index 08b8b94..0000000 --- a/test/clojure_template_benchmarks/core_test.clj +++ /dev/null @@ -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))))