mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 12:17:57 +03:00
finally add a .gitignore (todo: purge all the past mishaps)
This commit is contained in:
parent
845593340e
commit
1b44dd00d5
1 changed files with 18 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue