.gitignore 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # ---> Ada
  2. # Object file
  3. *.o
  4. # Ada Library Information
  5. *.ali
  6. # ---> Agda
  7. *.agdai
  8. # ---> Android
  9. # Built application files
  10. *.apk
  11. *.ap_
  12. # Files for the Dalvik VM
  13. *.dex
  14. # Java class files
  15. *.class
  16. # Generated files
  17. bin/
  18. gen/
  19. # Gradle files
  20. .gradle/
  21. build/
  22. # Local configuration file (sdk path, etc)
  23. local.properties
  24. # Proguard folder generated by Eclipse
  25. proguard/
  26. # Log Files
  27. *.log
  28. # Android Studio Navigation editor temp files
  29. .navigation/
  30. # Android Studio captures folder
  31. captures/
  32. # ---> Actionscript
  33. # Build and Release Folders
  34. bin/
  35. bin-debug/
  36. bin-release/
  37. # Other files and folders
  38. .settings/
  39. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  40. # should NOT be excluded as they contain compiler settings and other important
  41. # information for Eclipse / Flash Builder.
  42. # ---> Anjuta
  43. # Local configuration folder and symbol database
  44. /.anjuta/
  45. /.anjuta_sym_db.db