.gitignore 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # SPDX-FileCopyrightText: 2023 yuzu Emulator Project
  2. # SPDX-License-Identifier: GPL-3.0-or-later
  3. # Built application files
  4. *.apk
  5. *.ap_
  6. # Files for the ART/Dalvik VM
  7. *.dex
  8. # Java class files
  9. *.class
  10. # Generated files
  11. bin/
  12. gen/
  13. out/
  14. # Gradle files
  15. .gradle/
  16. build/
  17. # Local configuration file (sdk path, etc)
  18. local.properties
  19. # Proguard folder generated by Eclipse
  20. proguard/
  21. # Log Files
  22. *.log
  23. # Android Studio Navigation editor temp files
  24. .navigation/
  25. # Android Studio captures folder
  26. captures/
  27. # IntelliJ
  28. *.iml
  29. .idea/
  30. # Keystore files
  31. # Uncomment the following line if you do not want to check your keystore files in.
  32. #*.jks
  33. # External native build folder generated in Android Studio 2.2 and later
  34. .externalNativeBuild
  35. # CXX compile cache
  36. app/.cxx
  37. # Google Services (e.g. APIs or Firebase)
  38. google-services.json
  39. # Freeline
  40. freeline.py
  41. freeline/
  42. freeline_project_description.json
  43. # fastlane
  44. fastlane/report.xml
  45. fastlane/Preview.html
  46. fastlane/screenshots
  47. fastlane/test_output
  48. fastlane/readme.md
  49. # Autogenerated library for vulkan validation layers
  50. libVkLayer_khronos_validation.so