.gitignore 5.0 KB

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