telephant/.gitignore
CalmBit 6d7755b857
Add MacOS Bundle Assets (#38)
* Update gitignore to remove DS_Store
* MacOS Bundle Assets, pt.1
* Added HiDPI flag, fixed icns (thanks @nueh)
2020-04-10 09:21:25 +02:00

34 lines
429 B
Text

# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
# IDE stuff
.vscode
# Generated sources
*.cpp
*.h
moc*
rcc*
*.qmlc
# Builds
deploy/
# Config files
chirp.conf
telephant.conf
# DS_Store :(
.DS_Store