diff .hgignore @ 14:18fc3c248436 develop

Added a unit testing project, and did some commenting. Also moved python-module into a modules-and-plug-ins folder
author Adam <adamstark.uk@gmail.com>
date Tue, 21 Jan 2014 10:24:33 +0000
parents bd2c405d4a06
children deb49a2590f3
line wrap: on
line diff
--- a/.hgignore	Tue Jan 21 01:45:36 2014 +0000
+++ b/.hgignore	Tue Jan 21 10:24:33 2014 +0000
@@ -1,1 +1,8 @@
-python-module/build
\ No newline at end of file
+syntax: glob
+
+python-module/build
+unit-tests/Build
+xcuserdata
+.DS_Store
+
+*.xcworkspace
\ No newline at end of file