From 53441c0cd6f8bc95a9766084f95dee68d3498700 Mon Sep 17 00:00:00 2001 From: thurask Date: Tue, 10 Jun 2014 15:25:31 -0400 Subject: [PATCH 1/2] Create Momentics.gitignore Ignore debug/release builds (those go in Releases) --- Global/Momentics.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Momentics.gitignore diff --git a/Global/Momentics.gitignore b/Global/Momentics.gitignore new file mode 100644 index 00000000..35095540 --- /dev/null +++ b/Global/Momentics.gitignore @@ -0,0 +1,3 @@ +# Built files +x86/ +arm/ From f380ad40c4bf02111817a6959450429e8b8c8e67 Mon Sep 17 00:00:00 2001 From: thurask Date: Fri, 13 Jun 2014 20:27:05 -0400 Subject: [PATCH 2/2] Add arm-p folder arm-p is another compiled output folder, for device-profile builds --- Global/Momentics.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Momentics.gitignore b/Global/Momentics.gitignore index 35095540..4e8924dc 100644 --- a/Global/Momentics.gitignore +++ b/Global/Momentics.gitignore @@ -1,3 +1,4 @@ # Built files x86/ arm/ +arm-p/