Some checks failed
Build RPM Package / Build RPM Packages (CentOS 7, Rocky 8/9/10) (push) Has been cancelled
- Suppression complète du support DEB (Debian/Ubuntu) - Builder Rocky Linux 9 pour compatibilité binaire maximale - Compilation dynamique avec libpcap comme dépendance runtime - Activation du dépôt CRB pour libpcap-devel - RPM générés pour el7, el8, el9, el10 - Mise à jour documentation et workflows GitHub Actions Fix: erreur 'libpcap.so.0.8: cannot open shared object file' sur Rocky Linux 9 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
57 lines
545 B
Plaintext
57 lines
545 B
Plaintext
# AIDER
|
|
.aider*
|
|
.qwen/
|
|
.qwenignore
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.o
|
|
|
|
# Go
|
|
*.test
|
|
*.out
|
|
coverage.out
|
|
coverage.html
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Docker
|
|
*.dockerfile.local
|
|
docker-compose.override.yml
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Local config (copie de config.yml.example)
|
|
config.yml
|
|
|
|
# Runtime artifacts
|
|
*.pid
|
|
*.sock
|
|
|
|
# Integration test artifacts
|
|
test-results/
|
|
|
|
# Test artifacts
|
|
packaging/test/*.rpm
|
|
|
|
# Binary (root level only)
|
|
/ja4sentinel
|
|
ja4sentinel-linux-amd64
|