.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. *.ttp
  31. *.prg
  32. *.compiled
  33. fpcmade.*
  34. *-stamp.*
  35. build-stamp.*
  36. BuildUnit_*.pp
  37. BUnit.pp
  38. log.*
  39. faillist.*
  40. gdb4fpc.ini
  41. link*.res
  42. longlog.*
  43. bin
  44. backup
  45. lazbuild
  46. *.wpo
  47. fp.dsk
  48. fp.ini
  49. fp.cfg
  50. settings.json
  51. *.code-workspace
  52. Kconfig
  53. Kconfig.projbuild
  54. sdkconfig
  55. sdkconfig.h
  56. kconfigs.in
  57. kconfigs_projbuild.in
  58. *.ld
  59. *.env
  60. *.dbg
  61. ppas.bat
  62. ppas.sh
  63. a.out
  64. symbol_order*.fpc
  65. /compiler/ppc*
  66. /compiler/gppc*
  67. !/compiler/ppc*.lpi
  68. *.lpi
  69. !/compiler/ppc*.pas
  70. /compiler/*/pp
  71. /compiler/revision.inc
  72. /compiler/utils/fpc
  73. /compiler/utils/msg2inc
  74. /compiler/utils/mka64ins
  75. /compiler/utils/mkz80ins
  76. /compiler/utils/mkarmins
  77. /compiler/utils/mkx86ins
  78. /compiler/utils/mk68kins
  79. /compiler/utils/ppudump
  80. /compiler/utils/ppufiles
  81. /compiler/utils/ppumove
  82. /compiler/utils/mkx86inl
  83. /packages/fpmake
  84. /packages/fpmkunit/units_bs
  85. /rtl/Package.fpc
  86. /rtl/units-*
  87. /utils/fpmake
  88. /utils/fpcm/fpcmake
  89. units
  90. /tests/createlst
  91. /tests/gparmake
  92. /tests/output
  93. /tests/output*
  94. !/tests/test/units
  95. /tests/tstunits/tmp/
  96. /tests/tstunits/*-*/
  97. /tests/utils/concat
  98. /tests/utils/digest
  99. /tests/utils/dotest
  100. /tests/utils/fail
  101. /tests/utils/fptime
  102. /tests/utils/testfail
  103. bin/
  104. fpmake
  105. packages/fcl-db/tests/database.ini