Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd config.tmp to the git ingore list #341
Closed
Comments
jdm
added a commit
that referenced
this issue
Apr 8, 2013
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Parameterize the RectHelpers trait so it can be used with f32 / DevicePixels. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/341) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case the ../configure script fails or the user cancels it, the temporary file config.tmp
generated is shown as "untracked file" when running "git status".
Hence adding it to the ingore list in .gitignore file.
Patch follows.