diff options
author | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-04-27 21:55:59 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-04-27 21:55:59 +1000 |
commit | a60e513dddaf82894b34f7e12f48922aa1217bac (patch) | |
tree | a56eb9ae24faf31d32ff224dc0892a42143207d4 /.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..c04b460 --- /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 |