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 versioned so files extension to Qt.gitignore #3186

Merged
merged 1 commit into from Oct 9, 2019

Conversation

@martonmiklos
Copy link
Contributor

@martonmiklos martonmiklos commented Sep 24, 2019

Some Qt packages builds versioned shared objects which will generate foobar.so.n style symlinks to the output file. These files should not tracked by git.

Reasons for making this change:

Built libmlocale with qmake, which resulted the following output and symlink in the lib dir:

libmlocale5.so
libmlocale5.so.0
libmlocale5.so.0.1
libmlocale5.so.0.1.1

Links to documentation supporting these rule changes:

N/A

If this is a new template:

  • Link to application or project’s homepage: TODO
Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git.
Copy link
Member

@shiftkey shiftkey left a comment

@martonmiklos thanks!

@shiftkey shiftkey merged commit 475f63b into github:master Oct 9, 2019
tokuhira added a commit to tokuhira/gitignore that referenced this pull request Dec 16, 2019
Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git.
EffingFancy added a commit to EffingFancy/gitignore that referenced this pull request Feb 23, 2020
Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git.
r2pgl added a commit to r2pgl/gitignore that referenced this pull request Mar 15, 2020
Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants