mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 11:30:30 +02:00
ignore output binaries
git-svn-id: trunk@4824 -
This commit is contained in:
parent
5f353d6fef
commit
537c10517c
12
.gitignore
vendored
12
.gitignore
vendored
@ -87,6 +87,11 @@ compiler/powerpc/*.ppu
|
||||
compiler/powerpc/*.s
|
||||
compiler/powerpc/fpcmade.*
|
||||
compiler/powerpc/units
|
||||
compiler/ppc1
|
||||
compiler/ppc2
|
||||
compiler/ppc3
|
||||
compiler/ppc386
|
||||
compiler/ppcrossx64
|
||||
compiler/sparc/*.bak
|
||||
compiler/sparc/*.exe
|
||||
compiler/sparc/*.o
|
||||
@ -107,7 +112,14 @@ compiler/utils/*.exe
|
||||
compiler/utils/*.o
|
||||
compiler/utils/*.ppu
|
||||
compiler/utils/*.s
|
||||
compiler/utils/fpc
|
||||
compiler/utils/fpcmade.*
|
||||
compiler/utils/fpcmkcfg
|
||||
compiler/utils/fpcsubst
|
||||
compiler/utils/fppkg
|
||||
compiler/utils/ppudump
|
||||
compiler/utils/ppufiles
|
||||
compiler/utils/ppumove
|
||||
compiler/utils/units
|
||||
compiler/vis/*.bak
|
||||
compiler/vis/*.exe
|
||||
|
Loading…
Reference in New Issue
Block a user