.gitignore 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Delphi template
  3. # Uncomment these types if you want even more clean repository. But be careful.
  4. # It can make harm to an existing project source. Read explanations below.
  5. #
  6. # Resource files are binaries containing manifest, project icon and version info.
  7. # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
  8. #*.res
  9. #
  10. # Type library file (binary). In old Delphi versions it should be stored.
  11. # Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
  12. #*.tlb
  13. #
  14. # Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
  15. # Uncomment this if you are not using diagrams or use newer Delphi version.
  16. #*.ddp
  17. #
  18. # Visual LiveBindings file. Added in Delphi XE2.
  19. # Uncomment this if you are not using LiveBindings Designer.
  20. #*.vlb
  21. #
  22. # Deployment Manager configuration file for your project. Added in Delphi XE2.
  23. # Uncomment this if it is not mobile development and you do not use remote debug feature.
  24. #*.deployproj
  25. #
  26. # C++ object files produced when C/C++ Output file generation is configured.
  27. # Uncomment this if you are not using external objects (zlib library for example).
  28. #*.obj
  29. #
  30. # Delphi compiler-generated binaries (safe to delete)
  31. *.exe
  32. *.dll
  33. *.bpl
  34. *.bpi
  35. *.dcp
  36. *.so
  37. *.apk
  38. *.drc
  39. *.map
  40. *.dres
  41. *.rsm
  42. *.tds
  43. *.dcu
  44. *.lib
  45. *.o
  46. *.ocx
  47. # Delphi autogenerated files (duplicated info)
  48. *.cfg
  49. *.hpp
  50. *Resource.rc
  51. # Delphi local files (user-specific info)
  52. *.local
  53. *.identcache
  54. *.projdata
  55. *.tvsconfig
  56. *.dsk
  57. # Delphi history and backups
  58. __history/
  59. __recovery/
  60. *.~*
  61. # Castalia statistics file (since XE7 Castalia is distributed with Delphi)
  62. *.stat
  63. ### Lazarus template
  64. # Lazarus compiler-generated binaries (safe to delete)
  65. *.dylib
  66. *.lrs
  67. *.res
  68. !BrookTardigradeIcons.res
  69. *.compiled
  70. *.dbg
  71. *.ppu
  72. *.or
  73. # Lazarus autogenerated files (duplicated info)
  74. *.rst
  75. *.rsj
  76. *.lrt
  77. # Lazarus local files (user-specific info)
  78. *.lps
  79. # Lazarus backups and unit output folders.
  80. # These can be changed by user in Lazarus/project options.
  81. backup/
  82. *.bak
  83. lib/
  84. BrookTardigrade.pas
  85. # Application bundle for Mac OS
  86. *.app/
  87. # Log files
  88. *.log
  89. # Generated documentation
  90. PasDoc/HTML
  91. PasDoc/Cache
  92. # Generated examples:
  93. HTTPAuth_Example
  94. HTTPCookie_Example
  95. HTTPServer_Example
  96. HTTPServerSSE_Example
  97. HTTPUpload_Example
  98. Logger_Example
  99. MathExpression_Example
  100. MediaTypes_Example
  101. String_Example
  102. StringMap_Example
  103. URLRouter_Example
  104. hellohttpsrv
  105. httpauth
  106. httpcookies
  107. httpsrvsse
  108. httpuploads
  109. logger
  110. mathexpression
  111. mediatypes
  112. stringbuffer
  113. stringmap
  114. urlrouter
  115. # Generated tests
  116. Test_HTTPAuthentication
  117. Test_HTTPCookies
  118. Test_HTTPRequest
  119. Test_HTTPResponse
  120. Test_HTTPServer
  121. Test_HTTPUploads
  122. Test_LibraryLoader
  123. Test_libsagui
  124. Test_Logger
  125. Test_MathExpression
  126. Test_MediaTypes
  127. Test_Reader
  128. Test_String
  129. Test_StringMap
  130. Test_URLEntryPoints
  131. Test_URLRouter
  132. Test_Utility
  133. # Temp files
  134. .DS_Store