From 65b529440306e4ec856d0ce0df2c2f1a352baea1 Mon Sep 17 00:00:00 2001 From: "Adam A. Porter" <aporter@umd.edu> Date: Tue, 6 Dec 2022 10:12:29 -0500 Subject: [PATCH] Allow .apk files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dca97dd..bdc1aeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # built application files -*.apk +#*.apk *.ap_ # files for the dex VM -- GitLab