.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. *.psx-exe
  2. !/psy-q-sdk/lib/*
  3. *.bak
  4. *.exe
  5. *.ppu
  6. *.pcp
  7. *.o
  8. *.s
  9. *.fpm
  10. *.a
  11. *.hex
  12. *.elf
  13. *.bin
  14. *.so
  15. *.dll
  16. *.ppl
  17. .*.swp
  18. *~
  19. *.lps
  20. *.elg
  21. *.log
  22. *.obj
  23. *.asm
  24. *.rsj
  25. *.res
  26. *.orig
  27. *.rej
  28. *.patch
  29. *.diff
  30. *.lst
  31. *.app
  32. *.ttp
  33. *.prg
  34. *.compiled
  35. fpcmade.*
  36. *-stamp.*
  37. build-stamp.*
  38. BuildUnit_*.pp
  39. BUnit.pp
  40. log.*
  41. faillist.*
  42. gdb4fpc.ini
  43. link*.res
  44. longlog.*
  45. bin
  46. backup
  47. lazbuild
  48. *.wpo
  49. fp.dsk
  50. fp.ini
  51. fp.cfg
  52. settings.json
  53. *.code-workspace
  54. Kconfig
  55. Kconfig.projbuild
  56. sdkconfig
  57. sdkconfig.h
  58. kconfigs.in
  59. kconfigs_projbuild.in
  60. *.ld
  61. *.env
  62. *.dbg
  63. ppas.bat
  64. ppas.sh
  65. a.out
  66. symbol_order*.fpc
  67. /compiler/ppc*
  68. /compiler/gppc*
  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