.gitignore 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. civetweb
  2. civetweb_test
  3. libcivetweb.a
  4. libcivetweb.so
  5. *-cache
  6. out
  7. *.dmg
  8. *.msi
  9. *.exe
  10. *.zip
  11. [oO]utput
  12. [tT]esting
  13. *.o
  14. #################
  15. ## CMake
  16. #################
  17. /CMakeCache.txt
  18. /CMakeFiles
  19. /mingw-builds
  20. #################
  21. ## Eclipse
  22. #################
  23. *.pydevproject
  24. .project
  25. .metadata
  26. bin/
  27. tmp/
  28. *.tmp
  29. *.bak
  30. *.swp
  31. *~.nib
  32. local.properties
  33. .classpath
  34. .settings/
  35. .loadpath
  36. # External tool builders
  37. .externalToolBuilders/
  38. # Locally stored "Eclipse launch configurations"
  39. *.launch
  40. # CDT-specific
  41. .cproject
  42. # PDT-specific
  43. .buildpath
  44. #################
  45. ## Visual Studio
  46. #################
  47. ## Ignore Visual Studio temporary files, build results, and
  48. ## files generated by popular Visual Studio add-ons.
  49. # User-specific files
  50. *.suo
  51. *.user
  52. *.sln.docstates
  53. # Text-mode IDE tools
  54. cscope.out
  55. tags
  56. # Build results
  57. [Dd]ebug/
  58. [Dd]ebug CONSOLE/
  59. [Rr]elease/
  60. x64/
  61. [Bb]in/
  62. [Oo]bj/
  63. # MSTest test Results
  64. [Tt]est[Rr]esult*/
  65. [Bb]uild[Ll]og.*
  66. *_i.c
  67. *_p.c
  68. *.ilk
  69. *.meta
  70. *.obj
  71. *.pch
  72. *.pdb
  73. *.pgc
  74. *.pgd
  75. *.rsp
  76. *.sbr
  77. *.tlb
  78. *.tli
  79. *.tlh
  80. *.tmp
  81. *.tmp_proj
  82. *.log
  83. *.vspscc
  84. *.vssscc
  85. .builds
  86. *.pidb
  87. *.log
  88. *.scc
  89. # Visual C++ cache files
  90. ipch/
  91. *.aps
  92. *.ncb
  93. *.opensdf
  94. *.sdf
  95. *.cachefile
  96. # Visual Studio profiler
  97. *.psess
  98. *.vsp
  99. *.vspx
  100. # Guidance Automation Toolkit
  101. *.gpState
  102. # ReSharper is a .NET coding add-in
  103. _ReSharper*/
  104. *.[Rr]e[Ss]harper
  105. # TeamCity is a build add-in
  106. _TeamCity*
  107. # DotCover is a Code Coverage Tool
  108. *.dotCover
  109. # NCrunch
  110. *.ncrunch*
  111. .*crunch*.local.xml
  112. # Installshield output folder
  113. [Ee]xpress/
  114. # DocProject is a documentation generator add-in
  115. DocProject/buildhelp/
  116. DocProject/Help/*.HxT
  117. DocProject/Help/*.HxC
  118. DocProject/Help/*.hhc
  119. DocProject/Help/*.hhk
  120. DocProject/Help/*.hhp
  121. DocProject/Help/Html2
  122. DocProject/Help/html
  123. # Click-Once directory
  124. publish/
  125. # Publish Web Output
  126. *.Publish.xml
  127. *.pubxml
  128. # NuGet Packages Directory
  129. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  130. #packages/
  131. # Windows Azure Build Output
  132. csx
  133. *.build.csdef
  134. # Windows Store app package directory
  135. AppPackages/
  136. # Others
  137. sql/
  138. *.Cache
  139. ClientBin/
  140. [Ss]tyle[Cc]op.*
  141. ~$*
  142. *~
  143. *.dbmdl
  144. *.[Pp]ublish.xml
  145. *.pfx
  146. *.publishsettings
  147. # RIA/Silverlight projects
  148. Generated_Code/
  149. # Backup & report files from converting an old project file to a newer
  150. # Visual Studio version. Backup files are not needed, because we have git ;-)
  151. _UpgradeReport_Files/
  152. Backup*/
  153. UpgradeLog*.XML
  154. UpgradeLog*.htm
  155. # SQL Server files
  156. App_Data/*.mdf
  157. App_Data/*.ldf
  158. #############
  159. ## Windows detritus
  160. #############
  161. # Windows image file caches
  162. Thumbs.db
  163. ehthumbs.db
  164. # Folder config file
  165. Desktop.ini
  166. # Recycle Bin used on file shares
  167. $RECYCLE.BIN/
  168. # Mac crap
  169. .DS_Store
  170. #############
  171. ## Python
  172. #############
  173. *.py[co]
  174. # Packages
  175. *.egg
  176. *.egg-info
  177. dist/
  178. eggs/
  179. parts/
  180. var/
  181. sdist/
  182. develop-eggs/
  183. .installed.cfg
  184. # Installer logs
  185. pip-log.txt
  186. # Unit test / coverage reports
  187. .coverage
  188. .tox
  189. #Translations
  190. *.mo
  191. #Mr Developer
  192. .mr.developer.cfg
  193. ##########################
  194. ## Files created by tests
  195. ##########################
  196. requests.db
  197. ##########################
  198. ## Files created by ctags
  199. ##########################
  200. ?tags
  201. ?tags?
  202. ##########################
  203. ## Files created by autotools
  204. ##########################
  205. *.lo
  206. .libs
  207. ##########################
  208. ## Travis Build Dir
  209. ##########################
  210. ci/lua