.gitignore 4.5 KB

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