mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-05-11 19:29:47 +08:00
17 lines
115 B
Plaintext
17 lines
115 B
Plaintext
# Mac
|
|
.DS_Store
|
|
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
|
|
# C/C++
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dll
|
|
|
|
# go test coverprofiles
|
|
*.coverprofile
|