Bug ID |
8870
|
Summary |
.gitignore missing items for Windows builds
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 11104 [details]
Suggested patch for .gitignore
Build Information:
--
The .gitignore file is missing a couple of items that are produced in the
Windows build and is a bit too aggressive (needs exceptions) on the .rc file
exclusion since there arcurrent;y two .rc files that are part of the source
directly. I think the css file is for all environments, not just Windows.
Suggested patch is included. With this patch, my git status is clean after a
build with no source mods (on Windows).
You are receiving this mail because:
- You are watching all bug changes.