.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. *.bak
  2. *.exe
  3. *.ppu
  4. *.pcp
  5. *.o
  6. *.s
  7. *.fpm
  8. *.a
  9. *.hex
  10. *.elf
  11. *.bin
  12. *.so
  13. *.dll
  14. *.ppl
  15. .*.swp
  16. *~
  17. *.lps
  18. *.elg
  19. *.log
  20. *.obj
  21. *.asm
  22. *.rsj
  23. *.res
  24. *.orig
  25. *.rej
  26. *.patch
  27. *.diff
  28. *.lst
  29. *.app
  30. fpcmade.*
  31. *-stamp.*
  32. build-stamp.*
  33. BuildUnit_*.pp
  34. log.*
  35. faillist.*
  36. link*.res
  37. longlog.*
  38. bin
  39. backup
  40. lazbuild
  41. *.wpo
  42. a.out
  43. /compiler/ppc*
  44. /compiler/gppc*
  45. !/compiler/ppc*.lpi
  46. *.lpi
  47. !/compiler/ppc*.pas
  48. /compiler/*/pp
  49. /compiler/revision.inc
  50. /compiler/utils/fpc
  51. /compiler/utils/msg2inc
  52. /compiler/utils/mka64ins
  53. /compiler/utils/mkz80ins
  54. /compiler/utils/mkarmins
  55. /compiler/utils/mkx86ins
  56. /compiler/utils/ppudump
  57. /compiler/utils/ppufiles
  58. /compiler/utils/ppumove
  59. /compiler/utils/mkx86inl
  60. /packages/fpmake
  61. /packages/fpmkunit/units_bs
  62. /rtl/Package.fpc
  63. /rtl/units-*
  64. /utils/fpmake
  65. units
  66. /tests/createlst
  67. /tests/gparmake
  68. /tests/output
  69. /tests/output*
  70. !/tests/test/units
  71. /tests/tstunits/tmp/
  72. /tests/tstunits/*-*/
  73. /tests/utils/concat
  74. /tests/utils/digest
  75. /tests/utils/dotest
  76. /tests/utils/fail
  77. /tests/utils/fptime
  78. /tests/utils/testfail
  79. bin/
  80. fpmake
  81. packages/fcl-db/tests/database.ini