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:
Ole-Morten Duesund 2025-08-25 08:53:21 +02:00
commit 8ffb657711
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ dist/
# Debian package build artifacts
debian/usr/bin/skyview
debian/usr/bin/beast-dump
debian/usr/share/doc/skyview-adsb/changelog.gz
# Configuration
config.json