21 lines
218 B
Plaintext
21 lines
218 B
Plaintext
# Build output
|
|
/bin/
|
|
/aehenamer
|
|
*.exe
|
|
*.test
|
|
|
|
# Test, coverage, and profiling artifacts
|
|
coverage.out
|
|
coverage.html
|
|
*.prof
|
|
*.pprof
|
|
|
|
# Editor and operating-system files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|