.gitignore 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. symbol_order*.fpc
  44. /compiler/ppc*
  45. /compiler/gppc*
  46. !/compiler/ppc*.lpi
  47. *.lpi
  48. !/compiler/ppc*.pas
  49. /compiler/*/pp
  50. /compiler/revision.inc
  51. /compiler/utils/fpc
  52. /compiler/utils/msg2inc
  53. /compiler/utils/mka64ins
  54. /compiler/utils/mkz80ins
  55. /compiler/utils/mkarmins
  56. /compiler/utils/mkx86ins
  57. /compiler/utils/ppudump
  58. /compiler/utils/ppufiles
  59. /compiler/utils/ppumove
  60. /compiler/utils/mkx86inl
  61. /packages/fpmake
  62. /packages/fpmkunit/units_bs
  63. /rtl/Package.fpc
  64. /rtl/units-*
  65. /utils/fpmake
  66. units
  67. /tests/createlst
  68. /tests/gparmake
  69. /tests/output
  70. /tests/output*
  71. !/tests/test/units
  72. /tests/tstunits/tmp/
  73. /tests/tstunits/*-*/
  74. /tests/utils/concat
  75. /tests/utils/digest
  76. /tests/utils/dotest
  77. /tests/utils/fail
  78. /tests/utils/fptime
  79. /tests/utils/testfail
  80. bin/
  81. fpmake
  82. packages/fcl-db/tests/database.ini