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

Add .gitignore to ignore build files/dirs. #1

Closed
wants to merge 1 commit into from

Conversation

mikehcox
Copy link

@mikehcox mikehcox commented Dec 3, 2013

This pull request adds a .gitignore file to ignore files and dirs built in this repo.

Make the ignore patterns in the .gitgnore file absolute to avoid
unintentional matches in subdirs.
@mikehcox
Copy link
Author

mikehcox commented Dec 3, 2013

This pull request must be merged before pull request #3 in the boost repo is merged.

@mikehcox mikehcox closed this Dec 3, 2013
@mikehcox mikehcox reopened this Dec 3, 2013
@@ -0,0 +1,2 @@
/bin.linuxx86_64
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May need to be changed to /bin.*

@jhunold jhunold closed this Dec 21, 2013
@jhunold
Copy link
Contributor

jhunold commented Dec 21, 2013

Added complete ignore yesterday

grafikrobot pushed a commit that referenced this pull request Jun 4, 2021
* Versioned Clang automatic configuration

Currently, without annoying `toolset.using` directives in `user-config.jam`, `b2 toolset=clang-xx` silently uses clang++ binary, even if it is a different version than requested. Instead of copycating GCC or reinventing a wheel I have generalized GCC automatic configuration and used it for Clang.
@github-actions github-actions bot added the transition Transition to bfgroup/b2 label Oct 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
transition Transition to bfgroup/b2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants