.gitignore 1.1 KB

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