.gitignore 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. # Godot auto generated files
  2. platform/server/logo.h
  3. platform/android/logo.h
  4. platform/bb10/logo.h
  5. platform/iphone/logo.h
  6. platform/javascript/logo.h
  7. platform/osx/logo.h
  8. platform/windows/logo.h
  9. platform/x11/logo.h
  10. drivers/gles2/shaders/*.h
  11. drivers/gles3/shaders/*.h
  12. modules/register_module_types.cpp
  13. core/version.h
  14. core/method_bind.inc
  15. core/method_bind_ext.inc
  16. core/script_encryption_key.cpp
  17. core/global_defaults.cpp
  18. drivers/unix/os_unix_global_settings_path.cpp
  19. tools/editor/register_exporters.cpp
  20. tools/editor/doc_data_compressed.h
  21. tools/editor/certs_compressed.h
  22. tools/editor/editor_icons.cpp
  23. tools/editor/translations.h
  24. tools/editor/builtin_fonts.h
  25. .fscache
  26. make.bat
  27. log.txt
  28. # Documentation generated by doxygen or from classes.xml
  29. doc/_build/
  30. # Javascript specific
  31. *.bc
  32. # Android specific
  33. platform/android/java/build.gradle
  34. platform/android/java/.gradle
  35. platform/android/java/.gradletasknamecache
  36. platform/android/java/local.properties
  37. platform/android/java/project.properties
  38. platform/android/java/build.gradle
  39. platform/android/java/AndroidManifest.xml
  40. platform/android/java/libs/*
  41. platform/android/java/assets
  42. # General c++ generated files
  43. *.lib
  44. *.o
  45. *.ox
  46. *.a
  47. *.ax
  48. *.d
  49. *.so
  50. *.os
  51. *.Plo
  52. *.lo
  53. # Libs generated files
  54. .deps/*
  55. .dirstamp
  56. # Vim temp files
  57. *.swo
  58. *.swp
  59. # QT project files
  60. *.config
  61. *.creator
  62. *.files
  63. *.includes
  64. # Misc
  65. .DS_Store
  66. # for projects that use SCons for building: http://http://www.scons.org/
  67. .sconsign.dblite
  68. *.pyc
  69. # https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  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. *.sln.docstates
  76. *.sln
  77. *.vcxproj*
  78. # Build results
  79. [Dd]ebug/
  80. [Dd]ebugPublic/
  81. [Rr]elease/
  82. x64/
  83. build/
  84. bld/
  85. [Bb]in/
  86. [Oo]bj/
  87. # MSTest test Results
  88. [Tt]est[Rr]esult*/
  89. [Bb]uild[Ll]og.*
  90. #NUNIT
  91. *.VisualState.xml
  92. TestResult.xml
  93. *.o
  94. *.a
  95. *_i.c
  96. *_p.c
  97. *_i.h
  98. *.ilk
  99. *.meta
  100. *.obj
  101. *.pch
  102. *.pdb
  103. *.pgc
  104. *.pgd
  105. *.rsp
  106. *.sbr
  107. *.tlb
  108. *.tli
  109. *.tlh
  110. *.tmp
  111. *.tmp_proj
  112. *.log
  113. *.vspscc
  114. *.vssscc
  115. .builds
  116. *.pidb
  117. *.svclog
  118. *.scc
  119. # Chutzpah Test files
  120. _Chutzpah*
  121. # Visual C++ cache files
  122. ipch/
  123. *.aps
  124. *.ncb
  125. *.opensdf
  126. *.sdf
  127. *.cachefile
  128. *.VC.db
  129. *.VC.VC.opendb
  130. # Visual Studio profiler
  131. *.psess
  132. *.vsp
  133. *.vspx
  134. # CodeLite project files
  135. *.project
  136. *.workspace
  137. .codelite/
  138. # TFS 2012 Local Workspace
  139. $tf/
  140. # Guidance Automation Toolkit
  141. *.gpState
  142. # ReSharper is a .NET coding add-in
  143. _ReSharper*/
  144. *.[Rr]e[Ss]harper
  145. *.DotSettings.user
  146. # JustCode is a .NET coding addin-in
  147. .JustCode
  148. # TeamCity is a build add-in
  149. _TeamCity*
  150. # DotCover is a Code Coverage Tool
  151. *.dotCover
  152. # NCrunch
  153. *.ncrunch*
  154. _NCrunch_*
  155. .*crunch*.local.xml
  156. # MightyMoose
  157. *.mm.*
  158. AutoTest.Net/
  159. # Web workbench (sass)
  160. .sass-cache/
  161. # Installshield output folder
  162. [Ee]xpress/
  163. # DocProject is a documentation generator add-in
  164. DocProject/buildhelp/
  165. DocProject/Help/*.HxT
  166. DocProject/Help/*.HxC
  167. DocProject/Help/*.hhc
  168. DocProject/Help/*.hhk
  169. DocProject/Help/*.hhp
  170. DocProject/Help/Html2
  171. DocProject/Help/html
  172. # Click-Once directory
  173. publish/
  174. # Publish Web Output
  175. *.[Pp]ublish.xml
  176. *.azurePubxml
  177. # NuGet Packages Directory
  178. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  179. #packages/*
  180. ## TODO: If the tool you use requires repositories.config, also uncomment the next line
  181. #!packages/repositories.config
  182. # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
  183. # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
  184. !packages/build/
  185. # Windows Azure Build Output
  186. csx/
  187. *.build.csdef
  188. # Windows Store app package directory
  189. AppPackages/
  190. # Others
  191. sql/
  192. *.Cache
  193. ClientBin/
  194. [Ss]tyle[Cc]op.*
  195. ~$*
  196. *~
  197. *.dbmdl
  198. *.dbproj.schemaview
  199. *.pfx
  200. *.publishsettings
  201. node_modules/
  202. # KDE
  203. .directory
  204. #Kdevelop project files
  205. *.kdev4
  206. # RIA/Silverlight projects
  207. Generated_Code/
  208. # Backup & report files from converting an old project file to a newer
  209. # Visual Studio version. Backup files are not needed, because we have git ;-)
  210. _UpgradeReport_Files/
  211. Backup*/
  212. UpgradeLog*.XML
  213. UpgradeLog*.htm
  214. # SQL Server files
  215. App_Data/*.mdf
  216. App_Data/*.ldf
  217. # Business Intelligence projects
  218. *.rdl.data
  219. *.bim.layout
  220. *.bim_*.settings
  221. # Microsoft Fakes
  222. FakesAssemblies/
  223. # =========================
  224. # Windows detritus
  225. # =========================
  226. # Windows image file caches
  227. Thumbs.db
  228. ehthumbs.db
  229. # Folder config file
  230. Desktop.ini
  231. # Recycle Bin used on file shares
  232. $RECYCLE.BIN/
  233. logo.h
  234. *.autosave
  235. # https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
  236. # Ignore tags created by etags, ctags, gtags (GNU global) and cscope
  237. TAGS
  238. !TAGS/
  239. tags
  240. !tags/
  241. gtags.files
  242. GTAGS
  243. GRTAGS
  244. GPATH
  245. cscope.files
  246. cscope.out
  247. cscope.in.out
  248. cscope.po.out
  249. godot.creator.*
  250. projects/
  251. platform/windows/godot_res.res
  252. # Visual Studio Code folder (and files) that are created
  253. # when the C/C++ extension (https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) is used
  254. /.vscode