.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. # Other files and folders
  7. .settings/
  8. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  9. # should NOT be excluded as they contain compiler settings and other important
  10. # information for Eclipse / Flash Builder.
  11. # ---> Ada
  12. # Object file
  13. *.o
  14. # Ada Library Information
  15. *.ali
  16. # ---> Android
  17. # Built application files
  18. *.apk
  19. *.ap_
  20. # Files for the Dalvik VM
  21. *.dex
  22. # Java class files
  23. *.class
  24. # Generated files
  25. bin/
  26. gen/
  27. # Gradle files
  28. .gradle/
  29. build/
  30. # Local configuration file (sdk path, etc)
  31. local.properties
  32. # Proguard folder generated by Eclipse
  33. proguard/
  34. # Log Files
  35. *.log
  36. # Android Studio Navigation editor temp files
  37. .navigation/
  38. # Android Studio captures folder
  39. captures/
  40. # ---> AppEngine
  41. # Google App Engine generated folder
  42. appengine-generated/
  43. # ---> ArchLinuxPackages
  44. *.tar
  45. *.tar.*
  46. *.jar
  47. *.exe
  48. *.msi
  49. *.zip
  50. *.tgz
  51. *.log
  52. *.log.*
  53. *.sig
  54. pkg/
  55. src/
  56. # ---> Archives
  57. # It's better to unpack these files and commit the raw source because
  58. # git has its own built in compression methods.
  59. *.7z
  60. *.jar
  61. *.rar
  62. *.zip
  63. *.gz
  64. *.bzip
  65. *.bz2
  66. *.xz
  67. *.lzma
  68. *.cab
  69. #packing-only formats
  70. *.iso
  71. *.tar
  72. #package management formats
  73. *.dmg
  74. *.xpi
  75. *.gem
  76. *.egg
  77. *.deb
  78. *.rpm
  79. *.msi
  80. *.msm
  81. *.msp