forked from TrueCloudLab/frostfs-node
Dmitriy Zabolotskiy
92e9782c44
Debian package building, including: - users creation if not exist; - dirs creation and ownership/ACLs set; - man/doc/examples installation; - shell completion generation; - locode DB binary download Using: make debpackage Signed-off-by: Dmitriy Zabolotskiy <d.zabolotskiy@yadro.com>
33 lines
236 B
Text
33 lines
236 B
Text
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# Vendoring
|
|
vendor
|
|
|
|
# tempfiles
|
|
.DS_Store
|
|
*~
|
|
.cache
|
|
|
|
temp
|
|
tmp
|
|
|
|
# binary
|
|
bin/
|
|
release/
|
|
|
|
# coverage
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# testing
|
|
cmd/test
|
|
/plugins/
|
|
testfile
|
|
|
|
# misc
|
|
.neofs-cli.yml
|
|
|
|
# debhelpers
|
|
**/.debhelper
|