debian-forge/.gitignore
Joe d6b7d5a1de
Some checks failed
Debian Forge CI/CD Pipeline / Build and Test (push) Failing after 17s
Debian Forge CI/CD Pipeline / Security Audit (push) Failing after 7s
Debian Forge CI/CD Pipeline / Package Validation (push) Successful in 1m34s
Debian Forge CI/CD Pipeline / Status Report (push) Has been skipped
Refactor CI workflow and add build script
-  Refactored CI workflow to use external build script
-  Added comprehensive .gitignore for build artifacts
-  Created scripts/build-debian-packages.sh for clean package building
-  Fixed YAML syntax issues and removed embedded heredocs
-  Added proper build dependencies (python3-setuptools)
-  Script successfully builds all 9 Debian packages locally
-  Ready for CI/CD pipeline testing
2025-08-29 17:59:43 -07:00

170 lines
1.8 KiB
Text

# OSBuild specific ignores
*.tar.gz
*.egg-info
__pycache__
/*.rpm
/.osbuild
/rpmbuild
/.vscode
/.idea
/.gdb_history
cov-analysis-linux64/
cov-analysis-osbuild.xz
cov-int/
**/.DS_Store
/docs/osbuild.1
/docs/osbuild-manifest.5
venv
.venv
/.tox
/test/data/certs/lib.sh
debian-forge-docs/debos
debian-forge-docs/koji
# Embedded git repositories
docs/debian/debos/
docs/debian/koji/
# Python bytecode and cache files
*.pyc
*.pyo
*.pyd
*.so
*.dylib
*.dll
*.exe
*.bin
# Python package files (but allow test data)
*.egg
*.whl
*.tar
*.zip
*.gz
*.bz2
*.xz
*.7z
!test/**/*.tar
!test/**/*.gz
!test/**/*.xml
!test/**/*.html
!test/**/*.css
!test/**/*.js
!docs/**/*.xml
!docs/**/*.html
!docs/**/*.css
!docs/**/*.js
# Build directories
build/
dist/
*.deb
# Debian build artifacts
debian/
debian-*/
*.buildinfo
*.changes
*.dsc
*.tar.xz
*.tar.gz
# CI/CD artifacts
artifacts/
build-logs/
build-environments/
*.tar.gz
*.zip
# Test and coverage files
test-output/
coverage/
.coverage
*.cover
htmlcov/
.pytest_cache/
# Temporary and backup files
*.tmp
*.temp
*.log
*.pid
*.lock
*.bak
*.backup
*.orig
*.rej
*.patch
*.diff
*~
!test/**/*.log
!docs/**/*.log
# System files
Thumbs.db
.Trash*
.nfs*
# IDE and editor files
*.swp
*.swo
.vimrc
.emacs
.sublime-*
.project
.classpath
.settings
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Lock files (but allow test data)
*.lock
.cache.lock
!test/**/*.lock
# Cache directories
.cache/
cache/
# Environment files
.env
.env.local
.env.*.local
# Local configuration files (collaborator-specific)
config/*.local.conf
config/*.local.*
*.local.conf
*.local.*
# Backup files
*.bak
*.old
*.save
# Temporary build artifacts
tmp/
temp/
# OSBuild stage files (but allow test data)
assemblers/org.osbuild.tar
stages/org.osbuild.rpm
stages/org.osbuild.tar
stages/org.osbuild.xz
stages/org.osbuild.zip