-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
52 lines (39 loc) · 857 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
43
44
45
46
47
48
49
50
51
52
# 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/
# Eclipse project files
.project
# Helper tool temporary files (and local developer symlinks)
tools/.xdcrToolsExport
tools/clusterRunProvision.sh
tools/importExporter.sh
tools/testScripts/testsLibrary.sh
tools/testScripts/ca.pem
tools/testScripts/ca.key
# MacOS file
.DS_Store
# vim swap files
*.swp
# GoLand project space
.idea/
# vagrant log files
tools/testScripts/vagrant/ubuntu-bionic-18.04-cloudimg-console.log
tools/testScripts/vagrant/*.deb
tools/testScripts/vagrant/.vagrant
tools/testScripts/vagrant/data
build/
# binaries
/xtest
# logs
log
*.log
#vscode
.vscode