.gitignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # ---> Delphi
  2. # Uncomment these types if you want even more clean repository. But be careful.
  3. # It can make harm to an existing project source. Read explanations below.
  4. #
  5. # Resource files are binaries containing manifest, project icon and version info.
  6. # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
  7. #*.res
  8. #
  9. # Type library file (binary). In old Delphi versions it should be stored.
  10. # Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
  11. #*.tlb
  12. #
  13. # Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
  14. # Uncomment this if you are not using diagrams or use newer Delphi version.
  15. #*.ddp
  16. #
  17. # Visual LiveBindings file. Added in Delphi XE2.
  18. # Uncomment this if you are not using LiveBindings Designer.
  19. #*.vlb
  20. #
  21. # Deployment Manager configuration file for your project. Added in Delphi XE2.
  22. # Uncomment this if it is not mobile development and you do not use remote debug feature.
  23. #*.deployproj
  24. #
  25. # Delphi compiler-generated binaries (safe to delete)
  26. *.exe
  27. *.dll
  28. *.bpl
  29. *.bpi
  30. *.dcp
  31. *.so
  32. *.apk
  33. *.drc
  34. *.map
  35. *.dres
  36. *.rsm
  37. *.tds
  38. *.dcu
  39. *.lib
  40. # Delphi autogenerated files (duplicated info)
  41. *.cfg
  42. *Resource.rc
  43. # Delphi local files (user-specific info)
  44. *.local
  45. *.identcache
  46. *.projdata
  47. *.tvsconfig
  48. *.dsk
  49. # Delphi history and backups
  50. __history/
  51. *.~*
  52. # Castalia statistics file
  53. *.stat
  54. ZWT/Users/
  55. ZWT/Cache/
  56. ZWT/Log/
  57. node_modules
  58. bower_components