URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=02fdea06de4590033a4997e19f6239efae6ea6ff
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
02fdea0 by Peter Wu (peter@xxxxxxxxxxxxx):
cmake: do not remove ws.css; ignore auto-generated files
Do not remove "ws.css" when doing a build in the source tree. Ignore
files that were automatically generated with cmake and the Ninja
generator (cmake -GNinja).
Change-Id: I24cae27eb8ae9664e3354ba646fd5503649349b1
Reviewed-on: https://code.wireshark.org/review/12007
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from d7adc43 display_filter_edit(.h): fix comma at end of enumerator list [-Wpedantic] / commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]
adds 02fdea0 cmake: do not remove ws.css; ignore auto-generated files
Summary of changes:
.gitignore | 10 ++++++++++
docbook/CMakeLists.txt | 18 +++++++++++-------
2 files changed, 21 insertions(+), 7 deletions(-)