.gitignore 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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
  46. # ---> AppceleratorTitanium
  47. # Build folder and log file
  48. build/
  49. build.log
  50. # ---> AppEngine
  51. # Google App Engine generated folder
  52. appengine-generated/
  53. # ---> ArchLinuxPackages
  54. *.tar
  55. *.tar.*
  56. *.jar
  57. *.exe
  58. *.msi
  59. *.zip
  60. *.tgz
  61. *.log
  62. *.log.*
  63. *.sig
  64. pkg/
  65. src/
  66. # ---> Archives
  67. # It's better to unpack these files and commit the raw source because
  68. # git has its own built in compression methods.
  69. *.7z
  70. *.jar
  71. *.rar
  72. *.zip
  73. *.gz
  74. *.bzip
  75. *.bz2
  76. *.xz
  77. *.lzma
  78. *.cab
  79. #packing-only formats
  80. *.iso
  81. *.tar
  82. #package management formats
  83. *.dmg
  84. *.xpi
  85. *.gem
  86. *.egg
  87. *.deb
  88. *.rpm
  89. *.msi
  90. *.msm
  91. *.msp
  92. # ---> Autotools
  93. # http://www.gnu.org/software/automake
  94. Makefile.in
  95. # http://www.gnu.org/software/autoconf
  96. /autom4te.cache
  97. /aclocal.m4
  98. /compile
  99. /configure
  100. /depcomp
  101. /install-sh
  102. /missing
  103. /stamp-h1
  104. # ---> BricxCC
  105. # Bricx Command Center IDE
  106. # http://bricxcc.sourceforge.net
  107. *.bak
  108. *.sym