.gitignore 963 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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/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. /rtl/Package.fpc
  61. /rtl/units-*
  62. /utils/fpmake
  63. units
  64. /tests/createlst
  65. /tests/gparmake
  66. /tests/output
  67. /tests/output*
  68. !/tests/test/units
  69. /tests/tstunits/tmp/
  70. /tests/tstunits/*-*/
  71. /tests/utils/concat
  72. /tests/utils/digest
  73. /tests/utils/dotest
  74. /tests/utils/fail
  75. /tests/utils/fptime
  76. /tests/utils/testfail
  77. bin/
  78. fpmake