forked from gluster/glusterd2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (42 loc) · 787 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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