.gitignore 974 B

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