.gitignore 502 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. *.dSYM
  2. # Delphi compiler-generated binaries (safe to delete)
  3. *.bpl
  4. *.bpi
  5. *.dcp
  6. *.apk
  7. *.drc
  8. *.map
  9. *.dres
  10. *.rsm
  11. *.tds
  12. *.dcu
  13. *.lib
  14. *.o
  15. *.ocx
  16. *.zip
  17. *.dbg
  18. *.res
  19. # Delphi autogenerated files (duplicated info)
  20. *.cfg
  21. *.hpp
  22. *Resource.rc
  23. # Delphi local files (user-specific info)
  24. *.local
  25. *.identcache
  26. *.projdata
  27. *.tvsconfig
  28. *.dsk
  29. # Delphi history , Build and backups
  30. lib
  31. backup
  32. __history/
  33. __recovery/
  34. *.~*
  35. # Castalia statistics file (since XE7 Castalia is distributed with Delphi)
  36. *.stat
  37. *.bak
  38. *.ini
  39. temp