Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Remove *.cmake from .gitignore #6836

Merged
merged 2 commits into from
Feb 26, 2019
Merged

Remove *.cmake from .gitignore #6836

merged 2 commits into from
Feb 26, 2019

Conversation

larryk85
Copy link
Contributor

I'm not sure how this crept in. This could've caused issues with lost changes to .cmake files under the CMakeModules folder if the developer wasn't careful.

Change Description

Remove *.cmake from .gitignore.

Consensus Changes

API Changes

Documentation Additions

Don't know how this crept in.
@spoonincode
Copy link
Contributor

This was there for people doing in-tree builds. The file contains a boat load of other paths for in-tree builds, should those be removed too?

@heifner
Copy link
Contributor

heifner commented Feb 25, 2019

https://stackoverflow.com/questions/3637660/how-to-exclude-file-only-from-root-folder-in-git

Maybe something like:
.cmake
!CMakeModules/
.cmake

Copy link
Contributor

@spoonincode spoonincode left a comment

Choose a reason for hiding this comment

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

Kevin's suggestion

@spoonincode spoonincode merged commit 511e532 into develop Feb 26, 2019
@spoonincode spoonincode deleted the larryk85-patch-1 branch February 26, 2019 00:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants