.gitignore 4.2 KB

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