.gitignore 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. # ---> Ada
  2. # Object file
  3. *.o
  4. # Ada Library Information
  5. *.ali
  6. # ---> Agda
  7. *.agdai
  8. # ---> Android
  9. # Built application files
  10. *.apk
  11. *.ap_
  12. # Files for the Dalvik VM
  13. *.dex
  14. # Java class files
  15. *.class
  16. # Generated files
  17. bin/
  18. gen/
  19. # Gradle files
  20. .gradle/
  21. build/
  22. # Local configuration file (sdk path, etc)
  23. local.properties
  24. # Proguard folder generated by Eclipse
  25. proguard/
  26. # Log Files
  27. *.log
  28. # Android Studio Navigation editor temp files
  29. .navigation/
  30. # Android Studio captures folder
  31. captures/
  32. # ---> Actionscript
  33. # Build and Release Folders
  34. bin/
  35. bin-debug/
  36. bin-release/
  37. # Other files and folders
  38. .settings/
  39. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  40. # should NOT be excluded as they contain compiler settings and other important
  41. # information for Eclipse / Flash Builder.
  42. # ---> Anjuta
  43. # Local configuration folder and symbol database
  44. /.anjuta/
  45. /.anjuta_sym_db.db
  46. # ---> AppEngine
  47. # Google App Engine generated folder
  48. appengine-generated/
  49. # ---> Autotools
  50. # http://www.gnu.org/software/automake
  51. Makefile.in
  52. # http://www.gnu.org/software/autoconf
  53. /autom4te.cache
  54. /aclocal.m4
  55. /compile
  56. /configure
  57. /depcomp
  58. /install-sh
  59. /missing
  60. /stamp-h1
  61. # ---> BricxCC
  62. # Bricx Command Center IDE
  63. # http://bricxcc.sourceforge.net
  64. *.bak
  65. *.sym
  66. # ---> C
  67. # Object files
  68. *.o
  69. *.ko
  70. *.obj
  71. *.elf
  72. # Precompiled Headers
  73. *.gch
  74. *.pch
  75. # Libraries
  76. *.lib
  77. *.a
  78. *.la
  79. *.lo
  80. # Shared objects (inc. Windows DLLs)
  81. *.dll
  82. *.so
  83. *.so.*
  84. *.dylib
  85. # Executables
  86. *.exe
  87. *.out
  88. *.app
  89. *.i*86
  90. *.x86_64
  91. *.hex
  92. # Debug files
  93. *.dSYM/
  94. # ---> C Sharp
  95. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  96. [Bb]in/
  97. [Oo]bj/
  98. # mstest test results
  99. TestResults
  100. ## Ignore Visual Studio temporary files, build results, and
  101. ## files generated by popular Visual Studio add-ons.
  102. # User-specific files
  103. *.suo
  104. *.user
  105. *.sln.docstates
  106. # Build results
  107. [Dd]ebug/
  108. [Rr]elease/
  109. x64/
  110. *_i.c
  111. *_p.c
  112. *.ilk
  113. *.meta
  114. *.obj
  115. *.pch
  116. *.pdb
  117. *.pgc
  118. *.pgd
  119. *.rsp
  120. *.sbr
  121. *.tlb
  122. *.tli
  123. *.tlh
  124. *.tmp
  125. *.log
  126. *.vspscc
  127. *.vssscc
  128. .builds
  129. # Visual C++ cache files
  130. ipch/
  131. *.aps
  132. *.ncb
  133. *.opensdf
  134. *.sdf
  135. # Visual Studio profiler
  136. *.psess
  137. *.vsp
  138. *.vspx
  139. # Guidance Automation Toolkit
  140. *.gpState
  141. # ReSharper is a .NET coding add-in
  142. _ReSharper*
  143. # NCrunch
  144. *.ncrunch*
  145. .*crunch*.local.xml
  146. # Installshield output folder
  147. [Ee]xpress
  148. # DocProject is a documentation generator add-in
  149. DocProject/buildhelp/
  150. DocProject/Help/*.HxT
  151. DocProject/Help/*.HxC
  152. DocProject/Help/*.hhc
  153. DocProject/Help/*.hhk
  154. DocProject/Help/*.hhp
  155. DocProject/Help/Html2
  156. DocProject/Help/html
  157. # Click-Once directory
  158. publish
  159. # Publish Web Output
  160. *.Publish.xml
  161. # NuGet Packages Directory
  162. packages
  163. # Windows Azure Build Output
  164. csx
  165. *.build.csdef
  166. # Windows Store app package directory
  167. AppPackages/
  168. # Others
  169. [Bb]in
  170. [Oo]bj
  171. sql
  172. TestResults
  173. [Tt]est[Rr]esult*
  174. *.Cache
  175. ClientBin
  176. [Ss]tyle[Cc]op.*
  177. ~$*
  178. *.dbmdl
  179. Generated_Code #added for RIA/Silverlight projects
  180. # Backup & report files from converting an old project file to a newer
  181. # Visual Studio version. Backup files are not needed, because we have git ;-)
  182. _UpgradeReport_Files/
  183. Backup*/
  184. UpgradeLog*.XML
  185. # ---> C++
  186. # Compiled Object files
  187. *.slo
  188. *.lo
  189. *.o
  190. *.obj
  191. # Precompiled Headers
  192. *.gch
  193. *.pch
  194. # Compiled Dynamic libraries
  195. *.so
  196. *.dylib
  197. *.dll
  198. # Fortran module files
  199. *.mod
  200. # Compiled Static libraries
  201. *.lai
  202. *.la
  203. *.a
  204. *.lib
  205. # Executables
  206. *.exe
  207. *.out
  208. *.app
  209. # ---> Archives
  210. # It's better to unpack these files and commit the raw source because
  211. # git has its own built in compression methods.
  212. *.7z
  213. *.jar
  214. *.rar
  215. *.zip
  216. *.gz
  217. *.bzip
  218. *.bz2
  219. *.xz
  220. *.lzma
  221. *.cab
  222. #packing-only formats
  223. *.iso
  224. *.tar
  225. #package management formats
  226. *.dmg
  227. *.xpi
  228. *.gem
  229. *.egg
  230. *.deb
  231. *.rpm
  232. *.msi
  233. *.msm
  234. *.msp
  235. # ---> ArchLinuxPackages
  236. *.tar
  237. *.tar.*
  238. *.jar
  239. *.exe
  240. *.msi
  241. *.zip
  242. *.tgz
  243. *.log
  244. *.log.*
  245. *.sig
  246. pkg/
  247. src/
  248. # ---> AppceleratorTitanium
  249. # Build folder and log file
  250. build/
  251. build.log
  252. # ---> CMake
  253. CMakeCache.txt
  254. CMakeFiles
  255. CMakeScripts
  256. Makefile
  257. cmake_install.cmake
  258. install_manifest.txt
  259. # ---> CUDA
  260. *.i
  261. *.ii
  262. *.gpu
  263. *.ptx
  264. *.cubin
  265. *.fatbin
  266. # ---> CVS
  267. /CVS/*
  268. */CVS/*
  269. .cvsignore
  270. */.cvsignore
  271. # ---> CakePHP
  272. # CakePHP 3
  273. /vendor/*
  274. /config/app.php
  275. /tmp/*
  276. /logs/*
  277. # CakePHP 2
  278. /app/tmp/*
  279. /app/Config/core.php
  280. /app/Config/database.php
  281. /vendors/*