.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. *.psx-exe
  2. *.bak
  3. *.exe
  4. *.ppu
  5. *.pcp
  6. *.o
  7. *.s
  8. *.fpm
  9. *.a
  10. *.hex
  11. *.elf
  12. *.bin
  13. *.so
  14. *.dll
  15. *.ppl
  16. .*.swp
  17. *~
  18. *.lps
  19. *.elg
  20. *.log
  21. *.obj
  22. *.asm
  23. *.rsj
  24. *.res
  25. *.orig
  26. *.rej
  27. *.patch
  28. *.diff
  29. *.lst
  30. *.app
  31. *.ttp
  32. *.prg
  33. *.compiled
  34. fpcmade.*
  35. *-stamp.*
  36. build-stamp.*
  37. BuildUnit_*.pp
  38. BUnit.pp
  39. log.*
  40. faillist.*
  41. gdb4fpc.ini
  42. link*.res
  43. longlog.*
  44. bin
  45. backup
  46. lazbuild
  47. *.wpo
  48. fp.dsk
  49. fp.ini
  50. fp.cfg
  51. settings.json
  52. *.code-workspace
  53. Kconfig
  54. Kconfig.projbuild
  55. sdkconfig
  56. sdkconfig.h
  57. kconfigs.in
  58. kconfigs_projbuild.in
  59. *.ld
  60. *.env
  61. *.dbg
  62. ppas.bat
  63. ppas.sh
  64. a.out
  65. symbol_order*.fpc
  66. /compiler/ppc*
  67. /compiler/gppc*
  68. /compiler/vppc*
  69. !/compiler/ppc*.lpi
  70. !/compiler/ppc*.pas
  71. /compiler/*/pp
  72. /compiler/msgidx.inc
  73. /compiler/msgtxt.inc
  74. /compiler/revision.inc
  75. /compiler/utils/fpc
  76. /compiler/utils/msg2inc
  77. /compiler/utils/mka64ins
  78. /compiler/utils/mkz80ins
  79. /compiler/utils/mkarmins
  80. /compiler/utils/mkx86ins
  81. /compiler/utils/mk68kins
  82. /compiler/utils/ppudump
  83. /compiler/utils/ppufiles
  84. /compiler/utils/ppumove
  85. /compiler/utils/mkx86inl
  86. /packages/fpmake
  87. /packages/fpmkunit/units_bs
  88. /rtl/Package.fpc
  89. /rtl/units-*
  90. /utils/fpmake
  91. /utils/fpcm/fpcmake
  92. units
  93. /tests/createlst
  94. /tests/gparmake
  95. /tests/output
  96. /tests/output*
  97. !/tests/test/units
  98. /tests/tstunits/tmp/
  99. /tests/tstunits/*-*/
  100. /tests/utils/concat
  101. /tests/utils/digest
  102. /tests/utils/dotest
  103. /tests/utils/fail
  104. /tests/utils/fptime
  105. /tests/utils/testfail
  106. bin/
  107. fpmake
  108. packages/fcl-db/tests/database.ini