Skip to content

Commit

Permalink
gitignore ReactAndroid prebuilt libs (#27487)
Browse files Browse the repository at this point in the history
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: #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
  • Loading branch information
dulmandakh authored and facebook-github-bot committed Dec 13, 2019
1 parent f11b489 commit 19bf202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19bf202

Please sign in to comment.