# HG changeset patch # User Sascha L. Teichmann # Date 1349024357 -7200 # Node ID 31aaabe347744aaec59d3b4ff861b2b6c58b48bd # Parent ccac1279eb41b8395efaeee75725d1bb7250b80d Added initial .hgignore diff -r ccac1279eb41 -r 31aaabe34774 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sun Sep 30 18:59:17 2012 +0200 @@ -0,0 +1,18 @@ +syntax: regexp +flys-artifacts/target # maven output +flys-artifacts/\.classpath # eclipse +flys-artifacts/\.project # eclipse +flys-artifacts/\.settings # eclipse +flys-artifacts/test-output # eclipse junit/testng plugin output +flys-backend/target # maven output +flys-backend/\.classpath # eclipse +flys-backend/\.project # eclipse +flys-backend/\.settings # eclipse +flys-backend/test-output # eclipse junit/testng plugin output +flys-client/target # maven output +flys-client/\.classpath # eclipse +flys-client/\.project # eclipse +flys-client/\.settings # eclipse +flys-client/test-output # eclipse junit/testng plugin output +\.swp +\.swo