.gitignore 418 B

12345678910111213141516171819202122232425262728
  1. CMakeLists.txt.user*
  2. sha-*.diff
  3. astyle.*.diff
  4. *.prepare
  5. *.orig
  6. *.iml
  7. *.swp
  8. *.pyc
  9. __pycache__
  10. *.autosave
  11. .DS_Store
  12. .idea
  13. /keystore.p12
  14. /QField.pro.user
  15. /QField.pro.user.*
  16. /config.pri
  17. /build*
  18. /scripts/astyle
  19. /android/AndroidManifest.xml
  20. /android/gradle.properties
  21. /android/local.properties
  22. /android/res/values/generated.xml
  23. /android/res/values-*_*/strings.xml
  24. /android/.idea
  25. /android/.build
  26. /android/.gradle
  27. /.vscode
  28. *~