.gitignore 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. *.ttp
  31. *.prg
  32. fpcmade.*
  33. *-stamp.*
  34. build-stamp.*
  35. BuildUnit_*.pp
  36. BUnit.pp
  37. log.*
  38. faillist.*
  39. gdb4fpc.ini
  40. link*.res
  41. longlog.*
  42. bin
  43. backup
  44. lazbuild
  45. *.wpo
  46. a.out
  47. symbol_order*.fpc
  48. /compiler/ppc*
  49. /compiler/gppc*
  50. !/compiler/ppc*.lpi
  51. *.lpi
  52. !/compiler/ppc*.pas
  53. /compiler/*/pp
  54. /compiler/revision.inc
  55. /compiler/utils/fpc
  56. /compiler/utils/msg2inc
  57. /compiler/utils/mka64ins
  58. /compiler/utils/mkz80ins
  59. /compiler/utils/mkarmins
  60. /compiler/utils/mkx86ins
  61. /compiler/utils/mk68kins
  62. /compiler/utils/ppudump
  63. /compiler/utils/ppufiles
  64. /compiler/utils/ppumove
  65. /compiler/utils/mkx86inl
  66. /packages/fpmake
  67. /packages/fpmkunit/units_bs
  68. /rtl/Package.fpc
  69. /rtl/units-*
  70. /utils/fpmake
  71. /utils/fpcm/fpcmake
  72. units
  73. /tests/createlst
  74. /tests/gparmake
  75. /tests/output
  76. /tests/output*
  77. !/tests/test/units
  78. /tests/tstunits/tmp/
  79. /tests/tstunits/*-*/
  80. /tests/utils/concat
  81. /tests/utils/digest
  82. /tests/utils/dotest
  83. /tests/utils/fail
  84. /tests/utils/fptime
  85. /tests/utils/testfail
  86. bin/
  87. fpmake
  88. packages/fcl-db/tests/database.ini