From 19bf2027d1095bf2655a84a006ed74e6adae4df3 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Thu, 12 Dec 2019 18:16:10 -0800 Subject: [PATCH] gitignore ReactAndroid prebuilt libs (#27487) Summary: This PR changes gitignore to ignore prebuilt libs in ReactAndroid as a whole, because we added 64 bit platforms and their files are showing up as changes. ## Changelog [GENERAL] [Changed] - gitignore ReactAndroid prebuilt libs Pull Request resolved: https://github.com/facebook/react-native/pull/27487 Test Plan: After ReactAndroid build, you won't see prebuilt lib changes in git. Differential Revision: D18992774 Pulled By: hramos fbshipit-source-id: 33d3e01f59945dbc18ae4d9e3e3ac4b0e5b5e764 --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f154dab6740..76c724ac1be 100644 --- a/.gitignore +++ b/.gitignore @@ -32,8 +32,7 @@ project.xcworkspace # Buck .buckd buck-out -/ReactAndroid/src/main/jni/prebuilt/lib/armeabi-v7a/ -/ReactAndroid/src/main/jni/prebuilt/lib/x86/ +/ReactAndroid/src/main/jni/prebuilt/lib/ /ReactAndroid/src/main/gen # Watchman