diff options
author | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-08-10 00:53:06 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-08-10 00:53:06 +1000 |
commit | 809dee0523d267c49b970a91a5cbe7aa119627fd (patch) | |
tree | 39f71f1d33ceaef1766141902cc22ba0d66dd7a5 /.hgignore |
Initial commit.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..6b052fa --- /dev/null +++ b/.hgignore @@ -0,0 +1,13 @@ +syntax: glob +target +lib +classes +checkouts +pom.xml +pom.xml.asc +*.jar +*.class +.lein-deps-sum +.lein-failures +.lein-plugins +.lein-repl-history |