Update .gitignore: hide pif.json from git tree

This commit is contained in:
Chris Renshaw 2023-11-28 09:04:04 -04:00 committed by osm0sis
parent d9c7b1204e
commit 67b9c68853
No known key found for this signature in database
GPG Key ID: 6F67B35EACE37744
2 changed files with 2 additions and 11 deletions

1
.gitignore vendored
View File

@ -14,5 +14,6 @@
.cxx .cxx
local.properties local.properties
/module/classes.dex /module/classes.dex
/module/pif.json
/module/zygisk/* /module/zygisk/*
/out/* /out/*

View File

@ -1,10 +0,0 @@
{
"PRODUCT": "taimen",
"DEVICE": "taimen",
"MANUFACTURER": "Google",
"BRAND": "google",
"MODEL": "Pixel 2 XL",
"FINGERPRINT": "google/taimen/taimen:8.1.0/OPM4.171019.021.R1/4833808:user/release-keys",
"SECURITY_PATCH": "2018-07-05",
"FIRST_API_LEVEL": "25"
}