changeset 74:400907e3eb27

Made git repository rather than hg
author Adam Stark <adamstark.uk@gmail.com>
date Fri, 21 Nov 2014 13:23:11 +0000
parents d56eaf2d7c7d
children 7d3622243e9a
files .flow .gitignore .hgignore
diffstat 3 files changed, 9 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/.flow	Tue Jul 08 12:32:26 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-[branchname]
-master = master
-develop = develop
-feature = feature/
-release = release/
-hotfix = hotfix/
-support = support/
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore	Fri Nov 21 13:23:11 2014 +0000
@@ -0,0 +1,9 @@
+python-module/build
+unit-tests/Build
+xcuserdata
+.DS_Store
+
+*.o
+*.dylib
+
+*.xcworkspace
\ No newline at end of file
--- a/.hgignore	Tue Jul 08 12:32:26 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-syntax: glob
-
-python-module/build
-unit-tests/Build
-xcuserdata
-.DS_Store
-
-*.o
-*.dylib
-
-*.xcworkspace
\ No newline at end of file