123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- *.bak
- *.exe
- *.ppu
- *.pcp
- *.o
- *.s
- *.fpm
- *.a
- *.hex
- *.elf
- *.bin
- *.so
- *.dll
- *.ppl
- .*.swp
- *~
- *.lps
- *.elg
- *.log
- *.obj
- *.asm
- *.rsj
- *.res
- *.orig
- *.rej
- *.patch
- *.diff
- *.lst
- *.app
- fpcmade.*
- *-stamp.*
- build-stamp.*
- log.*
- faillist.*
- longlog.*
- bin
- backup
- lazbuild
- *.wpo
- a.out
- /compiler/ppc*
- !/compiler/ppc*.lpi
- *.lpi
- !/compiler/ppc*.pas
- /compiler/*/pp
- /compiler/utils/fpc
- /compiler/utils/msg2inc
- /compiler/utils/mka64ins
- /compiler/utils/mkz80ins
- /compiler/utils/mkarmins
- /compiler/utils/mkx86ins
- /compiler/utils/ppudump
- /compiler/utils/ppufiles
- /compiler/utils/ppumove
- /compiler/utils/mkx86inl
- /packages/fpmake
- /packages/fpmkunit/units_bs
- /utils/fpmake
- units
- /tests/output
- !/tests/test/units
- bin/
- fpmake
|