mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00

* Remove Phobos 3 dub.sdl and replace it with the build_v3.d buid script. * Add environment bang to the build script. * Fix the Phobos v3 build script so that unit tests work on POSIX. --------- Co-authored-by: Jonathan M Davis <jmdavis@jmdavisprog.com>
36 lines
No EOL
346 B
Text
36 lines
No EOL
346 B
Text
/etc/c/zlib/*.obj
|
|
*.lib
|
|
/phobos.json
|
|
|
|
generated
|
|
generated-lib
|
|
GNUmakefile
|
|
.DS_Store
|
|
.*.sw*
|
|
*.lst
|
|
|
|
temp/
|
|
tmp/
|
|
|
|
# Rules for Xamarin Studio project data/build output
|
|
*.dproj
|
|
bin/
|
|
obj/
|
|
|
|
# Rule for VS Code config folder
|
|
.vscode
|
|
dub.selections.json
|
|
*.html
|
|
|
|
.dub/
|
|
libphobos_*
|
|
source/
|
|
|
|
tools/ucd*
|
|
|
|
# Build specific exclusions
|
|
*.o
|
|
*.a
|
|
*.obj
|
|
*.exe
|
|
unittest |