mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-16 10:59:58 +02:00
* ignore output dir, not ignore units dir
git-svn-id: trunk@528 -
This commit is contained in:
parent
85cbca66ba
commit
c0940a617a
3
.gitignore
vendored
3
.gitignore
vendored
@ -2103,6 +2103,7 @@ tests/bench/shootout/src/units
|
|||||||
tests/bench/shootout/units
|
tests/bench/shootout/units
|
||||||
tests/bench/units
|
tests/bench/units
|
||||||
tests/fpcmade.*
|
tests/fpcmade.*
|
||||||
|
tests/output
|
||||||
tests/tbf/*.bak
|
tests/tbf/*.bak
|
||||||
tests/tbf/*.exe
|
tests/tbf/*.exe
|
||||||
tests/tbf/*.o
|
tests/tbf/*.o
|
||||||
@ -2312,7 +2313,6 @@ tests/test/opt/*.ppu
|
|||||||
tests/test/opt/*.s
|
tests/test/opt/*.s
|
||||||
tests/test/opt/fpcmade.*
|
tests/test/opt/fpcmade.*
|
||||||
tests/test/opt/units
|
tests/test/opt/units
|
||||||
tests/test/units
|
|
||||||
tests/test/units/*.bak
|
tests/test/units/*.bak
|
||||||
tests/test/units/*.exe
|
tests/test/units/*.exe
|
||||||
tests/test/units/*.o
|
tests/test/units/*.o
|
||||||
@ -2376,7 +2376,6 @@ tests/test/units/sysutils/*.s
|
|||||||
tests/test/units/sysutils/fpcmade.*
|
tests/test/units/sysutils/fpcmade.*
|
||||||
tests/test/units/sysutils/units
|
tests/test/units/sysutils/units
|
||||||
tests/test/units/units
|
tests/test/units/units
|
||||||
tests/units
|
|
||||||
tests/units/*.bak
|
tests/units/*.bak
|
||||||
tests/units/*.exe
|
tests/units/*.exe
|
||||||
tests/units/*.o
|
tests/units/*.o
|
||||||
|
Loading…
Reference in New Issue
Block a user