.gitignore 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. # links
  2. *.lnk
  3. # old archive files
  4. /Old
  5. # other archive fiels
  6. *.rar
  7. # dont know what this is
  8. *.dd
  9. # Uncomment these types if you want even more clean repository. But be careful.
  10. # It can make harm to an existing project source. Read explanations below.
  11. #
  12. # Resource files are binaries containing manifest, project icon and version info.
  13. # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
  14. #*.res
  15. #
  16. # Type library file (binary). In old Delphi versions it should be stored.
  17. # Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
  18. #*.tlb
  19. #
  20. # Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
  21. # Uncomment this if you are not using diagrams or use newer Delphi version.
  22. *.ddp
  23. #
  24. # Visual LiveBindings file. Added in Delphi XE2.
  25. # Uncomment this if you are not using LiveBindings Designer.
  26. #*.vlb
  27. #
  28. # Deployment Manager configuration file for your project. Added in Delphi XE2.
  29. # Uncomment this if it is not mobile development and you do not use remote debug feature.
  30. #*.deployproj
  31. #
  32. # C++ object files produced when C/C++ Output file generation is configured.
  33. # Uncomment this if you are not using external objects (zlib library for example).
  34. #*.obj
  35. #
  36. # Delphi compiler-generated binaries (safe to delete)
  37. *.exe
  38. *.dll
  39. *.bpl
  40. *.bpi
  41. *.dcp
  42. *.so
  43. *.apk
  44. *.drc
  45. *.map
  46. *.dres
  47. *.rsm
  48. *.tds
  49. *.dcu
  50. *.lib
  51. *.a
  52. *.o
  53. *.ocx
  54. # Delphi autogenerated files (duplicated info)
  55. *.cfg
  56. *.hpp
  57. *Resource.rc
  58. # Delphi local files (user-specific info)
  59. *.local
  60. *.identcache
  61. *.projdata
  62. *.tvsconfig
  63. *.dsk
  64. # Delphi history and backups
  65. __history/
  66. __recovery/
  67. *.~*
  68. # Castalia statistics file (since XE7 Castalia is distributed with Delphi)
  69. *.stat
  70. Contact GitHub API Training Shop Blog About
  71. © 2017 GitHub, Inc. Terms Privacy Security Status Help