saa/Test: Test private repo - SVN.BY: Go Git Service

Test private repo

.gitignore 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. # ---> Anjuta
  2. # Local configuration folder and symbol database
  3. /.anjuta/
  4. /.anjuta_sym_db.db
  5. # ---> AppEngine
  6. # Google App Engine generated folder
  7. appengine-generated/
  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. # ---> ArchLinuxPackages
  33. *.tar
  34. *.tar.*
  35. *.jar
  36. *.exe
  37. *.msi
  38. *.zip
  39. *.tgz
  40. *.log
  41. *.log.*
  42. *.sig
  43. pkg/
  44. src/
  45. # ---> AppceleratorTitanium
  46. # Build folder and log file
  47. build/
  48. build.log
  49. # ---> Agda
  50. *.agdai
  51. # ---> Archives
  52. # It's better to unpack these files and commit the raw source because
  53. # git has its own built in compression methods.
  54. *.7z
  55. *.jar
  56. *.rar
  57. *.zip
  58. *.gz
  59. *.bzip
  60. *.bz2
  61. *.xz
  62. *.lzma
  63. *.cab
  64. #packing-only formats
  65. *.iso
  66. *.tar
  67. #package management formats
  68. *.dmg
  69. *.xpi
  70. *.gem
  71. *.egg
  72. *.deb
  73. *.rpm
  74. *.msi
  75. *.msm
  76. *.msp
  77. # ---> BricxCC
  78. # Bricx Command Center IDE
  79. # http://bricxcc.sourceforge.net
  80. *.bak
  81. *.sym
  82. # ---> Autotools
  83. # http://www.gnu.org/software/automake
  84. Makefile.in
  85. # http://www.gnu.org/software/autoconf
  86. /autom4te.cache
  87. /aclocal.m4
  88. /compile
  89. /configure
  90. /depcomp
  91. /install-sh
  92. /missing
  93. /stamp-h1
  94. # ---> C
  95. # Object files
  96. *.o
  97. *.ko
  98. *.obj
  99. *.elf
  100. # Precompiled Headers
  101. *.gch
  102. *.pch
  103. # Libraries
  104. *.lib
  105. *.a
  106. *.la
  107. *.lo
  108. # Shared objects (inc. Windows DLLs)
  109. *.dll
  110. *.so
  111. *.so.*
  112. *.dylib
  113. # Executables
  114. *.exe
  115. *.out
  116. *.app
  117. *.i*86
  118. *.x86_64
  119. *.hex
  120. # Debug files
  121. *.dSYM/
  122. # ---> C Sharp
  123. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  124. [Bb]in/
  125. [Oo]bj/
  126. # mstest test results
  127. TestResults
  128. ## Ignore Visual Studio temporary files, build results, and
  129. ## files generated by popular Visual Studio add-ons.
  130. # User-specific files
  131. *.suo
  132. *.user
  133. *.sln.docstates
  134. # Build results
  135. [Dd]ebug/
  136. [Rr]elease/
  137. x64/
  138. *_i.c
  139. *_p.c
  140. *.ilk
  141. *.meta
  142. *.obj
  143. *.pch
  144. *.pdb
  145. *.pgc
  146. *.pgd
  147. *.rsp
  148. *.sbr
  149. *.tlb
  150. *.tli
  151. *.tlh
  152. *.tmp
  153. *.log
  154. *.vspscc
  155. *.vssscc
  156. .builds
  157. # Visual C++ cache files
  158. ipch/
  159. *.aps
  160. *.ncb
  161. *.opensdf
  162. *.sdf
  163. # Visual Studio profiler
  164. *.psess
  165. *.vsp
  166. *.vspx
  167. # Guidance Automation Toolkit
  168. *.gpState
  169. # ReSharper is a .NET coding add-in
  170. _ReSharper*
  171. # NCrunch
  172. *.ncrunch*
  173. .*crunch*.local.xml
  174. # Installshield output folder
  175. [Ee]xpress
  176. # DocProject is a documentation generator add-in
  177. DocProject/buildhelp/
  178. DocProject/Help/*.HxT
  179. DocProject/Help/*.HxC
  180. DocProject/Help/*.hhc
  181. DocProject/Help/*.hhk
  182. DocProject/Help/*.hhp
  183. DocProject/Help/Html2
  184. DocProject/Help/html
  185. # Click-Once directory
  186. publish
  187. # Publish Web Output
  188. *.Publish.xml
  189. # NuGet Packages Directory
  190. packages
  191. # Windows Azure Build Output
  192. csx
  193. *.build.csdef
  194. # Windows Store app package directory
  195. AppPackages/
  196. # Others
  197. [Bb]in
  198. [Oo]bj
  199. sql
  200. TestResults
  201. [Tt]est[Rr]esult*
  202. *.Cache
  203. ClientBin
  204. [Ss]tyle[Cc]op.*
  205. ~$*
  206. *.dbmdl
  207. Generated_Code #added for RIA/Silverlight projects
  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. # ---> C++
  214. # Compiled Object files
  215. *.slo
  216. *.lo
  217. *.o
  218. *.obj
  219. # Precompiled Headers
  220. *.gch
  221. *.pch
  222. # Compiled Dynamic libraries
  223. *.so
  224. *.dylib
  225. *.dll
  226. # Fortran module files
  227. *.mod
  228. # Compiled Static libraries
  229. *.lai
  230. *.la
  231. *.a
  232. *.lib
  233. # Executables
  234. *.exe
  235. *.out
  236. *.app
  237. # ---> CFWheels
  238. # unpacked plugin folders
  239. plugins/**/*
  240. # files directory where uploads go
  241. files
  242. # DBMigrate plugin: generated SQL
  243. db/sql
  244. # AssetBundler plugin: generated bundles
  245. javascripts/bundles
  246. stylesheets/bundles
  247. # ---> CMake
  248. CMakeCache.txt
  249. CMakeFiles
  250. CMakeScripts
  251. Makefile
  252. cmake_install.cmake
  253. install_manifest.txt
  254. # ---> CUDA
  255. *.i
  256. *.ii
  257. *.gpu
  258. *.ptx
  259. *.cubin
  260. *.fatbin
  261. # ---> Ada
  262. # Object file
  263. *.o
  264. # Ada Library Information
  265. *.ali
  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/*
  282. # ---> ChefCookbook
  283. .vagrant
  284. /cookbooks
  285. # Bundler
  286. bin/*
  287. .bundle/*
  288. .kitchen/
  289. .kitchen.local.yml
  290. # ---> Actionscript
  291. # Build and Release Folders
  292. bin/
  293. bin-debug/
  294. bin-release/
  295. # Other files and folders
  296. .settings/
  297. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  298. # should NOT be excluded as they contain compiler settings and other important
  299. # information for Eclipse / Flash Builder.
  300. # ---> Cloud9
  301. # Cloud9 IDE - http://c9.io
  302. .c9revisions
  303. .c9
  304. # ---> CodeIgniter
  305. */config/development
  306. */logs/log-*.php
  307. !*/logs/index.html
  308. */cache/*
  309. !*/cache/index.html
  310. !*/cache/.htaccess
  311. # ---> CodeKit
  312. # General CodeKit files to ignore
  313. config.codekit
  314. /min
  315. # ---> CommonLisp
  316. *.FASL
  317. *.fasl
  318. *.lisp-temp
  319. # ---> Composer
  320. composer.phar
  321. vendor/
  322. # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
  323. # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
  324. # composer.lock