.gitignore 690 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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/ppc*.lpi
  43. *.lpi
  44. !/compiler/ppc*.pas
  45. /compiler/*/pp
  46. /compiler/utils/fpc
  47. /compiler/utils/msg2inc
  48. /compiler/utils/mka64ins
  49. /compiler/utils/mkz80ins
  50. /compiler/utils/mkarmins
  51. /compiler/utils/mkx86ins
  52. /compiler/utils/ppudump
  53. /compiler/utils/ppufiles
  54. /compiler/utils/ppumove
  55. /compiler/utils/mkx86inl
  56. /packages/fpmake
  57. /packages/fpmkunit/units_bs
  58. /utils/fpmake
  59. units
  60. /tests/output
  61. !/tests/test/units
  62. bin/
  63. fpmake