Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create executables in a separate folder ./bin #38

Open
jithin-k-sreedharan opened this issue Mar 12, 2019 · 1 comment
Open

Create executables in a separate folder ./bin #38

jithin-k-sreedharan opened this issue Mar 12, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@jithin-k-sreedharan
Copy link
Collaborator

  • Otherwise .gitignore file should contain all the executable names.
  • If this is implemented, just add bin/ in .gitignore, and remove the current list of explicit executable names from .gitignore
@jithin-k-sreedharan jithin-k-sreedharan added the enhancement New feature or request label Mar 12, 2019
@jithin-k-sreedharan jithin-k-sreedharan changed the title Create executables in a separate folder called ./bin Create executables in a separate folder ./bin Mar 12, 2019
@krzysztof-turowski
Copy link
Owner

Right, in general we should at some point move sources to src/ folder and exectuables to build/ or bin/

As for now I added to .gitignore to omit all files without extension, this should solve the problem temporarily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants