.gitignore 1.3 KB

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