- Update RPM spec version to 1.0.1 - Add changelog entries for changes since 1.0.0 - Add .aider* to .gitignore Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
33 lines
259 B
Plaintext
33 lines
259 B
Plaintext
# Build directory
|
|
/build/
|
|
/dist/
|
|
|
|
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
logcorrelator
|
|
|
|
# Test binary
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
.aider*
|