.gitignore 3.4 KB

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