Description
Ten .db/.del files and the build-profile/ directory (CMake cache, fetched dependencies) are committed to the repository despite .gitignore rules. These were committed before the ignore rules were added.
Affected Files
build-profile/ (entire directory)
- Various
*.db and *.del files at repo root
Recommended Fix
Remove from git tracking: git rm -r --cached build-profile/ *.db *.del
Description
Ten
.db/.delfiles and thebuild-profile/directory (CMake cache, fetched dependencies) are committed to the repository despite.gitignorerules. These were committed before the ignore rules were added.Affected Files
build-profile/(entire directory)*.dband*.delfiles at repo rootRecommended Fix
Remove from git tracking:
git rm -r --cached build-profile/ *.db *.del