.gitignore 1014 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. fpcmade.*
  31. *-stamp.*
  32. build-stamp.*
  33. log.*
  34. faillist.*
  35. link*.res
  36. longlog.*
  37. bin
  38. backup
  39. lazbuild
  40. *.wpo
  41. a.out
  42. /compiler/ppc*
  43. /compiler/gppc*
  44. !/compiler/ppc*.lpi
  45. *.lpi
  46. !/compiler/ppc*.pas
  47. /compiler/*/pp
  48. /compiler/revision.inc
  49. /compiler/utils/fpc
  50. /compiler/utils/msg2inc
  51. /compiler/utils/mka64ins
  52. /compiler/utils/mkz80ins
  53. /compiler/utils/mkarmins
  54. /compiler/utils/mkx86ins
  55. /compiler/utils/ppudump
  56. /compiler/utils/ppufiles
  57. /compiler/utils/ppumove
  58. /compiler/utils/mkx86inl
  59. /packages/fpmake
  60. /packages/fpmkunit/units_bs
  61. /rtl/Package.fpc
  62. /rtl/units-*
  63. /utils/fpmake
  64. units
  65. /tests/createlst
  66. /tests/gparmake
  67. /tests/output
  68. /tests/output*
  69. !/tests/test/units
  70. /tests/tstunits/tmp/
  71. /tests/tstunits/*-*/
  72. /tests/utils/concat
  73. /tests/utils/digest
  74. /tests/utils/dotest
  75. /tests/utils/fail
  76. /tests/utils/fptime
  77. /tests/utils/testfail
  78. bin/
  79. fpmake
  80. packages/fcl-db/tests/database.ini