.gitignore 4.9 KB

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