.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. # ---> Xojo
  2. # Xojo (formerly REALbasic and Real Studio)
  3. Builds*
  4. *.debug
  5. *.debug.app
  6. Debug*.exe
  7. Debug*/Debug*.exe
  8. Debug*/Debug*\ Libs
  9. *.rbuistate
  10. *.xojo_uistate
  11. *.obsolete
  12. # ---> Yii
  13. assets/*
  14. !assets/.gitignore
  15. protected/runtime/*
  16. !protected/runtime/.gitignore
  17. protected/data/*.db
  18. themes/classic/views/
  19. # ---> Zephir
  20. # Cache files, generates by Zephir
  21. .temp/
  22. .libs/
  23. # Object files, generates by linker
  24. *.lo
  25. *.la
  26. *.o
  27. *.loT
  28. # Files generated by configure and Zephir,
  29. # not required for extension compilation.
  30. ext/build/
  31. ext/modules/
  32. ext/Makefile*
  33. ext/config*
  34. ext/acinclude.m4
  35. ext/aclocal.m4
  36. ext/autom4te*
  37. ext/install-sh
  38. ext/ltmain.sh
  39. ext/missing
  40. ext/mkinstalldirs
  41. ext/run-tests.php
  42. ext/.deps
  43. ext/libtool
  44. # ---> XilinxISE
  45. # intermediate build files
  46. *.bgn
  47. *.bit
  48. *.bld
  49. *.cmd_log
  50. *.drc
  51. *.ll
  52. *.lso
  53. *.msd
  54. *.msk
  55. *.ncd
  56. *.ngc
  57. *.ngd
  58. *.ngr
  59. *.pad
  60. *.par
  61. *.pcf
  62. *.prj
  63. *.ptwx
  64. *.rbb
  65. *.rbd
  66. *.stx
  67. *.syr
  68. *.twr
  69. *.twx
  70. *.unroutes
  71. *.ut
  72. *.xpi
  73. *.xst
  74. *_bitgen.xwbt
  75. *_envsettings.html
  76. *_map.map
  77. *_map.mrp
  78. *_map.ngm
  79. *_map.xrpt
  80. *_ngdbuild.xrpt
  81. *_pad.csv
  82. *_pad.txt
  83. *_par.xrpt
  84. *_summary.html
  85. *_summary.xml
  86. *_usage.xml
  87. *_xst.xrpt
  88. # project-wide generated files
  89. *.gise
  90. par_usage_statistics.html
  91. usage_statistics_webtalk.html
  92. webtalk.log
  93. webtalk_pn.xml
  94. # generated folders
  95. iseconfig/
  96. xlnx_auto_0_xdb/
  97. xst/
  98. _ngo/
  99. _xmsgs/
  100. # ---> Windows
  101. # Windows image file caches
  102. Thumbs.db
  103. ehthumbs.db
  104. # Folder config file
  105. Desktop.ini
  106. # Recycle Bin used on file shares
  107. $RECYCLE.BIN/
  108. # Windows Installer files
  109. *.cab
  110. *.msi
  111. *.msm
  112. *.msp
  113. # Windows shortcuts
  114. *.lnk
  115. # ---> WordPress
  116. *.log
  117. .htaccess
  118. sitemap.xml
  119. sitemap.xml.gz
  120. wp-config.php
  121. wp-content/advanced-cache.php
  122. wp-content/backup-db/
  123. wp-content/backups/
  124. wp-content/blogs.dir/
  125. wp-content/cache/
  126. wp-content/upgrade/
  127. wp-content/uploads/
  128. wp-content/wp-cache-config.php
  129. wp-content/plugins/hello.php
  130. /readme.html
  131. /license.txt