You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Delphi.gitignore 1.6KB

10 yıl önce
10 yıl önce
10 yıl önce
10 yıl önce
10 yıl önce
10 yıl önce
10 yıl önce
12 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. # Delphi compiler-generated binaries (safe to delete)
  29. *.exe
  30. *.dll
  31. *.bpl
  32. *.bpi
  33. *.dcp
  34. *.so
  35. *.apk
  36. *.drc
  37. *.map
  38. *.dres
  39. *.rsm
  40. *.tds
  41. *.dcu
  42. *.lib
  43. *.a
  44. *.o
  45. *.ocx
  46. # Delphi autogenerated files (duplicated info)
  47. *.cfg
  48. *.hpp
  49. *Resource.rc
  50. # Delphi local files (user-specific info)
  51. *.local
  52. *.identcache
  53. *.projdata
  54. *.tvsconfig
  55. *.dsk
  56. # Delphi history and backups
  57. __history/
  58. __recovery/
  59. *.~*
  60. # Castalia statistics file (since XE7 Castalia is distributed with Delphi)
  61. *.stat