| | *.o |
---|
| | *.obj |
---|
| | *.pdb |
---|
| | *~ |
---|
| | |
---|
| | .dub |
---|
| | .directory |
---|
| | # Unknown hidden files |
---|
| | .* |
---|
| | !.gitignore |
---|
| | !/.github |
---|
| | !/.editorconfig |
---|
| | !/.codecov.yml |
---|
| | |
---|
| | # Unknown script files |
---|
| | /*.sh |
---|
| | /*.bat |
---|
| | /*.cmd |
---|
| | !/build.cmd |
---|
| | !/build.sh |
---|
| | |
---|
| | # dub generation files |
---|
| | dub.selections.json |
---|
| | |
---|
| | docs.json |
---|
| | __dummy.html |
---|
| | |
---|
| | # Ignore build files. |
---|
| |
---|
| | /bin/dub.* |
---|
| | |
---|
| | # Ignore files or directories created by the test suite. |
---|
| | *.exe |
---|
| | *.lib |
---|
| | *.log |
---|
| | /test/*/* |
---|
| | /test/*.* |
---|
| | !/test/*.d |
---|
| | !/test/*.d.min_frontend |
---|
| | !/test/*.sh |
---|
| | !/test/*.sh.min_frontend |
---|
| | !/test/*/.no_* |
---|
| | !/test/*/.min_frontend |
---|
| | !/test/*/.fail_build |
---|
| | !/test/*/dub.json |
---|
| | !/test/*/dub.sdl |
---|
| | !/test/*/dub.settings.json |
---|
| | !/test/*/source/ |
---|
| | !/test/*/src/ |
---|
| | |
---|
| | # Ignore coverage files |
---|
| | cov/ |
---|
| | |
---|
| |
---|
| | |
|