mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-25 13:48:49 +08:00
20 lines
128 B
Plaintext
20 lines
128 B
Plaintext
# Mac
|
|
.DS_Store
|
|
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
|
|
# C/C++
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dll
|
|
|
|
# go test coverprofiles
|
|
*.coverprofile
|
|
|
|
#vim
|
|
*.sw*
|