mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-24 23:20:09 +00:00
[PR #1052] [MERGED] **[FIX]** Fix typos; **[IMPROVEMENT]** Update .gitignore for Visual Studio databases #1855
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1052
Author: @sd2048
Created: 12/9/2018
Status: ✅ Merged
Merged: 12/11/2018
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (3)
7513420Fix many typos87cdc25Ignore Visual Studio temporary project files3a2bf71Log previous 2 commits in CHANGES.TXT📊 Changes
41 files changed (+130 additions, -125 deletions)
View changed files
📝
.gitignore(+3 -0)📝
docs/CHANGES.TXT(+2 -0)📝
src/GUI/ccextractorGUI.c(+2 -2)📝
src/GUI/tabs.c(+1 -1)📝
src/GUI/win_dirent.h(+3 -3)📝
src/gpacmp4/av_parsers.c(+1 -1)📝
src/gpacmp4/avc_ext.c(+1 -1)📝
src/gpacmp4/bitstream.c(+1 -1)📝
src/gpacmp4/box_code_drm.c(+1 -1)📝
src/lib_ccx/asf_functions.c(+2 -2)📝
src/lib_ccx/avc_functions.c(+3 -3)📝
src/lib_ccx/cc_bitstream.c(+1 -1)📝
src/lib_ccx/ccx_common_char_encoding.c(+18 -18)📝
src/lib_ccx/ccx_common_constants.c(+6 -6)📝
src/lib_ccx/ccx_common_option.c(+4 -4)📝
src/lib_ccx/ccx_decoders_608.c(+2 -2)📝
src/lib_ccx/ccx_decoders_708.c(+1 -1)📝
src/lib_ccx/ccx_decoders_common.c(+1 -1)📝
src/lib_ccx/ccx_decoders_isdb.c(+9 -9)📝
src/lib_ccx/ccx_decoders_xds.c(+6 -6)...and 21 more files
📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Besides the fixed typos in comments and output messages, I updated
.gitignoreto ignore all Visual Studio project database files, with the exception ofwindows/.vs/config/applicationhost.config, since that already exists. Previously, the project didn't ignore very large IPCH (IntelliSense database) files.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.