From 0637e8810905fe2024a4c63162c04f42b5d80ae8 Mon Sep 17 00:00:00 2001 From: rahul Date: Mon, 9 Nov 2015 15:41:38 -0800 Subject: [PATCH] Updating .gitignore for v1.0.0.0 Rule for .so files was removed in the last update to this file. Adding back the rule in this patch, make sure you use 'git add -f' instead to push a .so file. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index dd2857a75..727574e36 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ bin/ gen/ obj/ ovr_mobile_sdk/ +ovr_sdk_mobile/ .metadata/ .recommenders/ @@ -12,6 +13,7 @@ ovr_mobile_sdk/ // Ignored Extensions / //////////////////////// *.prefs +*.so ///////////////////////// // Ignored Files / @@ -19,3 +21,6 @@ ovr_mobile_sdk/ lint.xml oculussig_* proguard-project.txt +SystemUtils.jar +VrApi.jar +VrAppFramework.jar