summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2011-01-05Build and deploy with Maven 2; CLJ-681Stuart Sierra
* Real pom.xml * Simpler build.xml for local development with Ant * No Clojure plugin; uses AntRun to build Clojure * POM inheritance from Sonatype OSS deployment * Build instructions in README * Automatically builds "slim" and "sources" JARs as before * 'distribution' profile generates a ZIP * version.properties generated by the version in pom.xml * slightly different format * minor changes to clojure.core to handle version.properties * Fix tests that assumed Ant as the test driver * Tweaked run_tests.clj to work against current master
2010-04-24filter test-classesStuart Halloway
2009-12-17Add "dist" dir and "*.zip" to .gitignore for build; refs #224Stuart Sierra
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-11-24added ignore for local netbeans project directoryChas Emerick
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-06-15added clojure.ipr and clojure.iws to .gitignoreRich Hickey
2009-06-13Add .gitignore file. Covers classes, jars, and pom.xml.Phil Hagelberg