From 1b44dd00d50868efb41614b603fcb098bb24ae73 Mon Sep 17 00:00:00 2001 From: Mis012 Date: Mon, 7 Feb 2022 23:27:11 +0100 Subject: [PATCH] finally add a .gitignore (todo: purge all the past mishaps) --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..858dc98f --- /dev/null +++ b/.gitignore @@ -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