diff options
author | Marc Plano-Lesay | 2021-03-16 15:23:52 +1100 |
---|---|---|
committer | Marc Plano-Lesay | 2021-03-16 15:23:52 +1100 |
commit | 7c665fbaaa65cd802b288ff47018ce81ac63f708 (patch) | |
tree | 4b297593b06a296ffccdc46e02a2895094a2b5cf /.gitignore | |
download | aur-android-google-apis-x86-system-image-28.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..23b84fc92560 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# IntelliJ project files +.idea +*.iml +out +gen + +# Generated files +*.zip +*.zip.part +*.pkg.tar.xz +src +pkg +*.tar.zst |