phobos/.gitignore
Adam Wilson 2852e84aa9
Remove Phobos 3 dub.sdl and replace it with the build_v3.d build script. (#9069)
* 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>
2024-10-25 17:49:41 -07:00

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