[Bug 41661] New: add .o files to .gitignore
https://bugs.winehq.org/show_bug.cgi?id=41661 Bug ID: 41661 Summary: add .o files to .gitignore Product: Wine Version: 1.9.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs(a)winehq.org Reporter: krichter(a)posteo.de Distribution: --- The output of `git status` contains a lot of untracked `.o` files which make it harder to get an overview of untracked files. It'd be nice if those were added to `.gitignore`. experienced with wine-1.9.22-72-gf7187ec -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41661 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick(a)piezo-forte.be --- Comment #1 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- This is easily avoidable by building out-of-tree. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41661 --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- The .o files are added to .gitignore. There must be something broken with your build. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41661 Hugh McMaster <hugh.mcmaster(a)outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hugh.mcmaster(a)outlook.com --- Comment #3 from Hugh McMaster <hugh.mcmaster(a)outlook.com> --- (In reply to Alexandre Julliard from comment #2)
The .o files are added to .gitignore. There must be something broken with your build.
Sometimes .o files seem to be missed by .gitignore. But this is easily fixed by running 'git clean -f' from build root. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41661 --- Comment #4 from Henri Verbeet <hverbeet(a)gmail.com> --- (In reply to Hugh McMaster from comment #3)
Sometimes .o files seem to be missed by .gitignore. But this is easily fixed by running 'git clean -f' from build root. Are you sure those aren't from source files that have been removed since the .o was generated?
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41661 --- Comment #5 from Hugh McMaster <hugh.mcmaster(a)outlook.com> --- (In reply to Henri Verbeet from comment #4)
Are you sure those aren't from source files that have been removed since the .o was generated?
No, I'm not sure. This happens so rarely that I never bother investigating further. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org