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@winehq.org Reporter: krichter@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
https://bugs.winehq.org/show_bug.cgi?id=41661
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #1 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- This is easily avoidable by building out-of-tree.
https://bugs.winehq.org/show_bug.cgi?id=41661
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- The .o files are added to .gitignore. There must be something broken with your build.
https://bugs.winehq.org/show_bug.cgi?id=41661
Hugh McMaster hugh.mcmaster@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hugh.mcmaster@outlook.com
--- Comment #3 from Hugh McMaster hugh.mcmaster@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.
https://bugs.winehq.org/show_bug.cgi?id=41661
--- Comment #4 from Henri Verbeet hverbeet@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?
https://bugs.winehq.org/show_bug.cgi?id=41661
--- Comment #5 from Hugh McMaster hugh.mcmaster@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.