.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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/ppc*.lpi
  69. !/compiler/ppc*.pas
  70. /compiler/*/pp
  71. /compiler/msgidx.inc
  72. /compiler/msgtxt.inc
  73. /compiler/revision.inc
  74. /compiler/utils/fpc
  75. /compiler/utils/msg2inc
  76. /compiler/utils/mka64ins
  77. /compiler/utils/mkz80ins
  78. /compiler/utils/mkarmins
  79. /compiler/utils/mkx86ins
  80. /compiler/utils/mk68kins
  81. /compiler/utils/ppudump
  82. /compiler/utils/ppufiles
  83. /compiler/utils/ppumove
  84. /compiler/utils/mkx86inl
  85. /packages/fpmake
  86. /packages/fpmkunit/units_bs
  87. /rtl/Package.fpc
  88. /rtl/units-*
  89. /utils/fpmake
  90. /utils/fpcm/fpcmake
  91. units
  92. /tests/createlst
  93. /tests/gparmake
  94. /tests/output
  95. /tests/output*
  96. !/tests/test/units
  97. /tests/tstunits/tmp/
  98. /tests/tstunits/*-*/
  99. /tests/utils/concat
  100. /tests/utils/digest
  101. /tests/utils/dotest
  102. /tests/utils/fail
  103. /tests/utils/fptime
  104. /tests/utils/testfail
  105. bin/
  106. fpmake
  107. packages/fcl-db/tests/database.ini