2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-10 13:10:26 +00:00
cointop/vendor/github.com/jeandeaual/go-locale/.gitignore

50 lines
681 B
Plaintext
Raw Normal View History

2021-11-22 08:39:11 +00:00
examples/getlocale/getlocale
examples/getlocale/getlocale.exe
examples/getlocale-gui/getlocale-gui
examples/getlocale-gui/getlocale-gui.exe
### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Fyne Cross build folder
fyne-cross/
### Linux ###
*~
### Vim ###
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history