mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-05 12:45:38 +01:00
44 lines
787 B
Plaintext
44 lines
787 B
Plaintext
# Ignore built binaries
|
|
glusterd2/glusterd2
|
|
glustercli/glustercli
|
|
pkg/elasticetcd/example/example
|
|
pkg/restclient/examples/examples
|
|
glusterd2/xlator/xlator-checker/xlator-checker
|
|
# Ignore vagrant directory
|
|
.vagrant/
|
|
# Ignore vendored dependencies
|
|
vendor/
|
|
#Ignore vscode ide files
|
|
.vscode
|
|
# Ignore build and release directories
|
|
build/
|
|
releases/
|
|
# ctags (if you use them)
|
|
tags
|
|
# Ignore dist tarballs
|
|
glusterd2-*.tar.xz
|
|
glusterd2-*.tar.xz.asc
|
|
# Ignore VERSION file
|
|
VERSION
|
|
# Ignore endpoints generated file
|
|
endpoints.json
|
|
generate-doc
|
|
# Ignore vi backup files
|
|
*~
|
|
# Ignore patches.
|
|
*.patch
|
|
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.settings/**
|
|
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
# Vim-related files
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
|