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

Ignore all *.user files #1919

Merged
merged 1 commit into from
Jul 2, 2018
Merged

Ignore all *.user files #1919

merged 1 commit into from
Jul 2, 2018

Conversation

podsvirov
Copy link
Contributor

For example Qt Creator create CMakeLists.txt.user file with user settings.

For example `Qt Creator` create `CMakeLists.txt.user` file
with user settings.
@podsvirov
Copy link
Contributor Author

If this PR will be merged, I will delete there changes from #1713.

@podsvirov podsvirov mentioned this pull request Jul 2, 2018
@ocornut
Copy link
Owner

ocornut commented Jul 2, 2018

For example Qt Creator create CMakeLists.txt.user file with user settings.

Will merge.
It is something that applies to the examples compiled with your others?
As in, just using Qt Creator with the CMakeLists file will create the .user file?

@podsvirov
Copy link
Contributor Author

Yes. For storage user settings Qt Creator create CMakeLists.txt.user file when work with CMake's project.
When we open examples/CMakeLists.txt in Qt Creator, he will create only one examples/CMakeListst.txt.user file.
But if we will make install ImGui project and then open standalone example project, the CMake will find installed package and Qt Creator will create new *.user file for each standalone opened example.

@ocornut ocornut merged commit ddb09c6 into ocornut:master Jul 2, 2018
@podsvirov podsvirov deleted the gitignore-user branch July 2, 2018 17:43
@podsvirov
Copy link
Contributor Author

Thanks for merge.

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

Successfully merging this pull request may close these issues.

2 participants