123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- *.psx-exe
- *.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
- *.ttp
- *.prg
- *.compiled
- fpcmade.*
- *-stamp.*
- build-stamp.*
- BuildUnit_*.pp
- BUnit.pp
- log.*
- faillist.*
- gdb4fpc.ini
- link*.res
- longlog.*
- bin
- backup
- lazbuild
- *.wpo
- fp.dsk
- fp.ini
- fp.cfg
- settings.json
- *.code-workspace
- Kconfig
- Kconfig.projbuild
- sdkconfig
- sdkconfig.h
- kconfigs.in
- kconfigs_projbuild.in
- *.ld
- *.env
- *.dbg
- ppas.bat
- ppas.sh
- a.out
- symbol_order*.fpc
- /compiler/ppc*
- /compiler/gppc*
- !/compiler/ppc*.lpi
- !/compiler/ppc*.pas
- /compiler/*/pp
- /compiler/msgidx.inc
- /compiler/msgtxt.inc
- /compiler/revision.inc
- /compiler/utils/fpc
- /compiler/utils/msg2inc
- /compiler/utils/mka64ins
- /compiler/utils/mkz80ins
- /compiler/utils/mkarmins
- /compiler/utils/mkx86ins
- /compiler/utils/mk68kins
- /compiler/utils/ppudump
- /compiler/utils/ppufiles
- /compiler/utils/ppumove
- /compiler/utils/mkx86inl
- /packages/fpmake
- /packages/fpmkunit/units_bs
- /rtl/Package.fpc
- /rtl/units-*
- /utils/fpmake
- /utils/fpcm/fpcmake
- units
- /tests/createlst
- /tests/gparmake
- /tests/output
- /tests/output*
- !/tests/test/units
- /tests/tstunits/tmp/
- /tests/tstunits/*-*/
- /tests/utils/concat
- /tests/utils/digest
- /tests/utils/dotest
- /tests/utils/fail
- /tests/utils/fptime
- /tests/utils/testfail
- bin/
- fpmake
- packages/fcl-db/tests/database.ini
|