.gitignore 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. # ---> C++
  2. # Compiled Object files
  3. *.slo
  4. *.lo
  5. *.o
  6. *.obj
  7. # Precompiled Headers
  8. *.gch
  9. *.pch
  10. # Compiled Dynamic libraries
  11. *.so
  12. *.dylib
  13. *.dll
  14. # Fortran module files
  15. *.mod
  16. # Compiled Static libraries
  17. *.lai
  18. *.la
  19. *.a
  20. *.lib
  21. # Executables
  22. *.exe
  23. *.out
  24. *.app
  25. # ---> C
  26. # Object files
  27. *.o
  28. *.ko
  29. *.obj
  30. *.elf
  31. # Precompiled Headers
  32. *.gch
  33. *.pch
  34. # Libraries
  35. *.lib
  36. *.a
  37. *.la
  38. *.lo
  39. # Shared objects (inc. Windows DLLs)
  40. *.dll
  41. *.so
  42. *.so.*
  43. *.dylib
  44. # Executables
  45. *.exe
  46. *.out
  47. *.app
  48. *.i*86
  49. *.x86_64
  50. *.hex
  51. # Debug files
  52. *.dSYM/
  53. # ---> CMake
  54. CMakeCache.txt
  55. CMakeFiles
  56. CMakeScripts
  57. Makefile
  58. cmake_install.cmake
  59. install_manifest.txt
  60. # ---> CUDA
  61. *.i
  62. *.ii
  63. *.gpu
  64. *.ptx
  65. *.cubin
  66. *.fatbin
  67. # ---> VisualStudioCode
  68. .settings
  69. # ---> VisualStudio
  70. ## Ignore Visual Studio temporary files, build results, and
  71. ## files generated by popular Visual Studio add-ons.
  72. # User-specific files
  73. *.suo
  74. *.user
  75. *.userosscache
  76. *.sln.docstates
  77. # User-specific files (MonoDevelop/Xamarin Studio)
  78. *.userprefs
  79. # Build results
  80. [Dd]ebug/
  81. [Dd]ebugPublic/
  82. [Rr]elease/
  83. [Rr]eleases/
  84. x64/
  85. x86/
  86. build/
  87. bld/
  88. [Bb]in/
  89. [Oo]bj/
  90. # Visual Studio 2015 cache/options directory
  91. .vs/
  92. # Uncomment if you have tasks that create the project's static files in wwwroot
  93. #wwwroot/
  94. # MSTest test Results
  95. [Tt]est[Rr]esult*/
  96. [Bb]uild[Ll]og.*
  97. # NUNIT
  98. *.VisualState.xml
  99. TestResult.xml
  100. # Build Results of an ATL Project
  101. [Dd]ebugPS/
  102. [Rr]eleasePS/
  103. dlldata.c
  104. # DNX
  105. project.lock.json
  106. artifacts/
  107. *_i.c
  108. *_p.c
  109. *_i.h
  110. *.ilk
  111. *.meta
  112. *.obj
  113. *.pch
  114. *.pdb
  115. *.pgc
  116. *.pgd
  117. *.rsp
  118. *.sbr
  119. *.tlb
  120. *.tli
  121. *.tlh
  122. *.tmp
  123. *.tmp_proj
  124. *.log
  125. *.vspscc
  126. *.vssscc
  127. .builds
  128. *.pidb
  129. *.svclog
  130. *.scc
  131. # Chutzpah Test files
  132. _Chutzpah*
  133. # Visual C++ cache files
  134. ipch/
  135. *.aps
  136. *.ncb
  137. *.opensdf
  138. *.sdf
  139. *.cachefile
  140. # Visual Studio profiler
  141. *.psess
  142. *.vsp
  143. *.vspx
  144. *.sap
  145. # TFS 2012 Local Workspace
  146. $tf/
  147. # Guidance Automation Toolkit
  148. *.gpState
  149. # ReSharper is a .NET coding add-in
  150. _ReSharper*/
  151. *.[Rr]e[Ss]harper
  152. *.DotSettings.user
  153. # JustCode is a .NET coding add-in
  154. .JustCode
  155. # TeamCity is a build add-in
  156. _TeamCity*
  157. # DotCover is a Code Coverage Tool
  158. *.dotCover
  159. # NCrunch
  160. _NCrunch_*
  161. .*crunch*.local.xml
  162. nCrunchTemp_*
  163. # MightyMoose
  164. *.mm.*
  165. AutoTest.Net/
  166. # Web workbench (sass)
  167. .sass-cache/
  168. # Installshield output folder
  169. [Ee]xpress/
  170. # DocProject is a documentation generator add-in
  171. DocProject/buildhelp/
  172. DocProject/Help/*.HxT
  173. DocProject/Help/*.HxC
  174. DocProject/Help/*.hhc
  175. DocProject/Help/*.hhk
  176. DocProject/Help/*.hhp
  177. DocProject/Help/Html2
  178. DocProject/Help/html
  179. # Click-Once directory
  180. publish/
  181. # Publish Web Output
  182. *.[Pp]ublish.xml
  183. *.azurePubxml
  184. # TODO: Comment the next line if you want to checkin your web deploy settings
  185. # but database connection strings (with potential passwords) will be unencrypted
  186. *.pubxml
  187. *.publishproj
  188. # NuGet Packages
  189. *.nupkg
  190. # The packages folder can be ignored because of Package Restore
  191. **/packages/*
  192. # except build/, which is used as an MSBuild target.
  193. !**/packages/build/
  194. # Uncomment if necessary however generally it will be regenerated when needed
  195. #!**/packages/repositories.config
  196. # Windows Azure Build Output
  197. csx/
  198. *.build.csdef
  199. # Windows Store app package directory
  200. AppPackages/
  201. # Visual Studio cache files
  202. # files ending in .cache can be ignored
  203. *.[Cc]ache
  204. # but keep track of directories ending in .cache
  205. !*.[Cc]ache/
  206. # Others
  207. ClientBin/
  208. [Ss]tyle[Cc]op.*
  209. ~$*
  210. *~
  211. *.dbmdl
  212. *.dbproj.schemaview
  213. *.pfx
  214. *.publishsettings
  215. node_modules/
  216. orleans.codegen.cs
  217. # RIA/Silverlight projects
  218. Generated_Code/
  219. # Backup & report files from converting an old project file
  220. # to a newer Visual Studio version. Backup files are not needed,
  221. # because we have git ;-)
  222. _UpgradeReport_Files/
  223. Backup*/
  224. UpgradeLog*.XML
  225. UpgradeLog*.htm
  226. # SQL Server files
  227. *.mdf
  228. *.ldf
  229. # Business Intelligence projects
  230. *.rdl.data
  231. *.bim.layout
  232. *.bim_*.settings
  233. # Microsoft Fakes
  234. FakesAssemblies/
  235. # Node.js Tools for Visual Studio
  236. .ntvs_analysis.dat
  237. # Visual Studio 6 build log
  238. *.plg
  239. # Visual Studio 6 workspace options file
  240. *.opt
  241. # Visual Studio LightSwitch build output
  242. **/*.HTMLClient/GeneratedArtifacts
  243. **/*.DesktopClient/GeneratedArtifacts
  244. **/*.DesktopClient/ModelManifest.xml
  245. **/*.Server/GeneratedArtifacts
  246. **/*.Server/ModelManifest.xml
  247. _Pvt_Extensions
  248. # ---> Vim
  249. [._]*.s[a-w][a-z]
  250. [._]s[a-w][a-z]
  251. *.un~
  252. Session.vim
  253. .netrwhist
  254. *~
  255. # ---> Linux
  256. *~
  257. # KDE directory preferences
  258. .directory
  259. # Linux trash folder which might appear on any partition or disk
  260. .Trash-*