changeset 2:1bf338a32172

initial repo
author smith@nwoca.org
date Fri, 11 Sep 2015 22:15:38 +0100
parents 6c2cea4b142f
children 0cdc167e6319
files .hgignore
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Fri Sep 11 22:15:38 2015 +0100
@@ -0,0 +1,30 @@
+syntax: regexp
+^\.DS_Store
+.*~$
+\.orig$
+\.orig\..*$
+\.chg\..*$
+\.rej$
+\.conflict\~$
+.*~$
+syntax: glob
+**/*.class
+*\#*
+classes/*
+out/*
+lib/*
+build/*
+dist/*
+nbproject/*
+.idea/workspace.*
+*.log
+.gradle/*
+.idea/*
+*.iml
+*.iws
+*.ipr
+gradle-app.*
+build.xml
+private*.*
+*.pdf
+*.pid
\ No newline at end of file