Remove generated changelog.gz from version control
The debian/usr/share/doc/skyview-adsb/changelog.gz file is automatically generated during the Debian package build process and should not be tracked in version control. It's created fresh from git history each time the package is built. - Removed changelog.gz from git tracking - Added to .gitignore to prevent re-addition - Ensures clean builds without git conflicts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f13f1da2a3
commit
8ffb657711
2 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,6 +6,7 @@ dist/
|
||||||
# Debian package build artifacts
|
# Debian package build artifacts
|
||||||
debian/usr/bin/skyview
|
debian/usr/bin/skyview
|
||||||
debian/usr/bin/beast-dump
|
debian/usr/bin/beast-dump
|
||||||
|
debian/usr/share/doc/skyview-adsb/changelog.gz
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
config.json
|
config.json
|
||||||
|
|
|
||||||
BIN
debian/usr/share/doc/skyview-adsb/changelog.gz
vendored
BIN
debian/usr/share/doc/skyview-adsb/changelog.gz
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue