dlang-community / drepl

A REPL for D
Boost Software License 1.0
78 stars 20 forks source link

Fix .gitignore file and build binaries to bin/ folder instead #86

Closed ljmf00 closed 3 years ago

ljmf00 commented 3 years ago

This PR removes dub.sdl as stated by @MartinNowak in https://github.com/dlang-community/drepl/pull/84#pullrequestreview-501562576 . It also reorganize .gitignore and move build files to bin/ folder.

It will fix untracked test files: image

And also fix warning message when git add because folder src/drepl/ was covered by .gitignore drepl entry.

ljmf00 commented 3 years ago

@MartinNowak did you forgot to merge this?