78 lines
911 B
Plaintext
Executable File
78 lines
911 B
Plaintext
Executable File
# GWEncoder v3.0 - Git Ignore File
|
|
|
|
# Compiled binaries
|
|
/gwencoder/gwencoder
|
|
/gwencoder/main
|
|
gwencoder_binary
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Go build artifacts
|
|
*.test
|
|
*.out
|
|
*.prof
|
|
|
|
# Log files
|
|
*.log
|
|
gwencoder_log.txt
|
|
gwencoder_errors.txt
|
|
gwencoder_stats.json
|
|
gwenquick_log.txt
|
|
gwenquick_errors.txt
|
|
gwenquick_stats.json
|
|
gwencode_log.txt
|
|
gwencode_errors.txt
|
|
|
|
# Configuration files (user-specific)
|
|
gwencoder_config.json
|
|
gwenquick_config.json
|
|
gwencode_config.json
|
|
|
|
# Test files and output files
|
|
testvid.webm
|
|
*-AV1-*-GWELL.*
|
|
*-GWELL.*
|
|
test_*.mp4
|
|
test_*.mkv
|
|
test_*.webm
|
|
|
|
# Test results
|
|
encoding_test_results.txt
|
|
test_results_*.txt
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Build directories
|
|
build/
|
|
dist/
|
|
bin/
|
|
|
|
# Coverage reports
|
|
coverage.out
|
|
*.cover
|
|
|
|
# Go workspace file
|
|
go.work
|