Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

301 lines
5.0 KiB

  1. #Ignore my HL2 Install Directory
  2. /HL2_base/
  3. #Ignore the sapi folder.
  4. src/utils/sapi51/
  5. #Specifically Ignore Builds
  6. game/*/bin/
  7. game/bin/*.exe
  8. game/bin/*.dll
  9. game/bin/*/*.dll
  10. installer/files/hlvr/bin/
  11. installer/output/*.exe
  12. installer/output/*.zip
  13. #Not Marulu's DLL
  14. !d3d9.dll
  15. #Ignore list, made of the many untracked files
  16. game/*/cfg/config.cfg
  17. game/*/cfg/server_blacklist.txt
  18. game/*/gamestate.txt
  19. game/*/maps/graphs/
  20. game/*/save/
  21. game/*/screenshots/
  22. game/*/downloadlists/
  23. game/*/stats.txt
  24. game/*/voice_ban.dt
  25. src/game/client/Release_*/
  26. src/game/server/Release_*/
  27. mapdev/
  28. decompiled 0.42/
  29. *.sentinel
  30. #Lib files that are generated by game.sln
  31. src/lib/public/mathlib.lib
  32. src/lib/public/raytrace.lib
  33. src/lib/public/tier1.lib
  34. src/lib/public/vgui_controls.lib
  35. ## Ignore Visual Studio temporary files, build results, and
  36. ## files generated by popular Visual Studio add-ons.
  37. # User-specific files
  38. *.suo
  39. *.user
  40. *.userosscache
  41. *.sln.docstates
  42. # User-specific files (MonoDevelop/Xamarin Studio)
  43. *.userprefs
  44. # Build results
  45. [Dd]ebug_*/
  46. [Dd]ebug/
  47. [Dd]ebugPublic/
  48. [Rr]elease_*/
  49. [Rr]elease/
  50. [Rr]eleases/
  51. x64/
  52. x86/
  53. bld/
  54. [Oo]bj/
  55. [Ll]og/
  56. # Visual Studio 2015 cache/options directory
  57. .vs/
  58. # Uncomment if you have tasks that create the project's static files in wwwroot
  59. #wwwroot/
  60. # MSTest test Results
  61. [Tt]est[Rr]esult*/
  62. [Bb]uild[Ll]og.*
  63. # NUNIT
  64. *.VisualState.xml
  65. TestResult.xml
  66. # Build Results of an ATL Project
  67. [Dd]ebugPS/
  68. [Rr]eleasePS/
  69. dlldata.c
  70. # DNX
  71. project.lock.json
  72. artifacts/
  73. *_i.c
  74. *_p.c
  75. *_i.h
  76. *.ilk
  77. *.meta
  78. *.obj
  79. *.pch
  80. *.pdb
  81. *.pgc
  82. *.pgd
  83. *.rsp
  84. *.sbr
  85. *.tlb
  86. *.tli
  87. *.tlh
  88. *.tmp
  89. *.tmp_proj
  90. *.log
  91. *.vspscc
  92. *.vssscc
  93. .builds
  94. *.pidb
  95. *.svclog
  96. *.scc
  97. # Chutzpah Test files
  98. _Chutzpah*
  99. # Visual C++ cache files
  100. ipch/
  101. *.aps
  102. *.ncb
  103. *.opendb
  104. *.opensdf
  105. *.sdf
  106. *.cachefile
  107. *.VC.db
  108. *.VC.VC.opendb
  109. # Visual Studio profiler
  110. *.psess
  111. *.vsp
  112. *.vspx
  113. *.sap
  114. # TFS 2012 Local Workspace
  115. $tf/
  116. # Guidance Automation Toolkit
  117. *.gpState
  118. # ReSharper is a .NET coding add-in
  119. _ReSharper*/
  120. *.[Rr]e[Ss]harper
  121. *.DotSettings.user
  122. # JustCode is a .NET coding add-in
  123. .JustCode
  124. # TeamCity is a build add-in
  125. _TeamCity*
  126. # DotCover is a Code Coverage Tool
  127. *.dotCover
  128. # NCrunch
  129. _NCrunch_*
  130. .*crunch*.local.xml
  131. nCrunchTemp_*
  132. # MightyMoose
  133. *.mm.*
  134. AutoTest.Net/
  135. # Web workbench (sass)
  136. .sass-cache/
  137. # Installshield output folder
  138. [Ee]xpress/
  139. # DocProject is a documentation generator add-in
  140. DocProject/buildhelp/
  141. DocProject/Help/*.HxT
  142. DocProject/Help/*.HxC
  143. DocProject/Help/*.hhc
  144. DocProject/Help/*.hhk
  145. DocProject/Help/*.hhp
  146. DocProject/Help/Html2
  147. DocProject/Help/html
  148. # Click-Once directory
  149. publish/
  150. # Publish Web Output
  151. *.[Pp]ublish.xml
  152. *.azurePubxml
  153. # TODO: Comment the next line if you want to checkin your web deploy settings
  154. # but database connection strings (with potential passwords) will be unencrypted
  155. *.pubxml
  156. *.publishproj
  157. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  158. # checkin your Azure Web App publish settings, but sensitive information contained
  159. # in these scripts will be unencrypted
  160. PublishScripts/
  161. # NuGet Packages
  162. *.nupkg
  163. # The packages folder can be ignored because of Package Restore
  164. **/packages/*
  165. # except build/, which is used as an MSBuild target.
  166. !**/packages/build/
  167. # Uncomment if necessary however generally it will be regenerated when needed
  168. #!**/packages/repositories.config
  169. # NuGet v3's project.json files produces more ignoreable files
  170. *.nuget.props
  171. *.nuget.targets
  172. # Microsoft Azure Build Output
  173. csx/
  174. *.build.csdef
  175. # Microsoft Azure Emulator
  176. ecf/
  177. rcf/
  178. # Windows Store app package directories and files
  179. AppPackages/
  180. BundleArtifacts/
  181. Package.StoreAssociation.xml
  182. _pkginfo.txt
  183. # Visual Studio cache files
  184. # files ending in .cache can be ignored
  185. *.[Cc]ache
  186. # but keep track of directories ending in .cache
  187. !*.[Cc]ache/
  188. # Others
  189. ClientBin/
  190. ~$*
  191. *~
  192. *.dbmdl
  193. *.dbproj.schemaview
  194. *.pfx
  195. *.publishsettings
  196. node_modules/
  197. orleans.codegen.cs
  198. # Since there are multiple workflows, uncomment next line to ignore bower_components
  199. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  200. #bower_components/
  201. # RIA/Silverlight projects
  202. Generated_Code/
  203. # Backup & report files from converting an old project file
  204. # to a newer Visual Studio version. Backup files are not needed,
  205. # because we have git ;-)
  206. _UpgradeReport_Files/
  207. Backup*/
  208. UpgradeLog*.XML
  209. UpgradeLog*.htm
  210. # SQL Server files
  211. *.mdf
  212. *.ldf
  213. # Business Intelligence projects
  214. *.rdl.data
  215. *.bim.layout
  216. *.bim_*.settings
  217. # Microsoft Fakes
  218. FakesAssemblies/
  219. # GhostDoc plugin setting file
  220. *.GhostDoc.xml
  221. # Node.js Tools for Visual Studio
  222. .ntvs_analysis.dat
  223. # Visual Studio 6 build log
  224. *.plg
  225. # Visual Studio 6 workspace options file
  226. *.opt
  227. # Visual Studio LightSwitch build output
  228. **/*.HTMLClient/GeneratedArtifacts
  229. **/*.DesktopClient/GeneratedArtifacts
  230. **/*.DesktopClient/ModelManifest.xml
  231. **/*.Server/GeneratedArtifacts
  232. **/*.Server/ModelManifest.xml
  233. _Pvt_Extensions
  234. # Paket dependency manager
  235. .paket/paket.exe
  236. paket-files/
  237. # FAKE - F# Make
  238. .fake/
  239. # JetBrains Rider
  240. .idea/
  241. *.sln.iml
  242. # Solutions must be rebuilt by each user, per-machine
  243. *.vcxproj
  244. *.vcxproj.filters
  245. *.vcxproj.vpc_crc
  246. *.sln