.gitignore 1.1 KB

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