You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
finally add a .gitignore (todo: purge all the past mishaps)
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# populated by apps
|
||||
data/files/*
|
||||
data/shared_prefs/*
|
||||
|
||||
# manually extracted from apk
|
||||
data/assets/*
|
||||
data/lib/*
|
||||
|
||||
# manually extracted from apk and possibly converted
|
||||
data/res/*
|
||||
|
||||
# taken from android (apps may dislike non-bionic-linked libstdc++)
|
||||
!data/lib/libstdc++.so
|
||||
|
||||
# build artifacts
|
||||
libnative/*
|
||||
*.class
|
||||
*.dex
|
||||
Reference in New Issue
Block a user