Delphi.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # Uncomment these types if you want even more clean repository. But be careful.
  2. # It can make harm to an existing project source. Read explanations below.
  3. #
  4. # Resource files are binaries containing manifest, project icon and version info.
  5. # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
  6. #*.res
  7. #
  8. # Type library file (binary). In old Delphi versions it should be stored.
  9. # Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
  10. #*.tlb
  11. #
  12. # Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
  13. # Uncomment this if you are not using diagrams or use newer Delphi version.
  14. #*.ddp
  15. #
  16. # Visual LiveBindings file. Added in Delphi XE2.
  17. # Uncomment this if you are not using LiveBindings Designer.
  18. #*.vlb
  19. #
  20. # Deployment Manager configuration file for your project. Added in Delphi XE2.
  21. # Uncomment this if it is not mobile development and you do not use remote debug feature.
  22. #*.deployproj
  23. #
  24. # C++ object files produced when C/C++ Output file generation is configured.
  25. # Uncomment this if you are not using external objects (zlib library for example).
  26. #*.obj
  27. #
  28. # Default Delphi compiler directories
  29. # Content of this directories are generated with each Compile/Construct of a project.
  30. # Most of the time, files here have not there place in a code repository.
  31. #Win32/
  32. #Win64/
  33. #OSX64/
  34. #OSXARM64/
  35. #Android/
  36. #Android64/
  37. #iOSDevice64/
  38. #Linux64/
  39. # Delphi compiler-generated binaries (safe to delete)
  40. *.exe
  41. *.dll
  42. *.bpl
  43. *.bpi
  44. *.dcp
  45. *.so
  46. *.apk
  47. *.drc
  48. *.map
  49. *.dres
  50. *.rsm
  51. *.tds
  52. *.dcu
  53. *.lib
  54. *.a
  55. *.o
  56. *.ocx
  57. # Delphi autogenerated files (duplicated info)
  58. *.cfg
  59. *.hpp
  60. *Resource.rc
  61. # Delphi local files (user-specific info)
  62. *.local
  63. *.identcache
  64. *.projdata
  65. *.tvsconfig
  66. *.dsk
  67. # Delphi history and backups
  68. __history/
  69. __recovery/
  70. *.~*
  71. # Castalia statistics file (since XE7 Castalia is distributed with Delphi)
  72. *.stat
  73. # Boss dependency manager vendor folder https://github.com/HashLoad/boss
  74. modules/