summaryrefslogtreecommitdiff
path: root/.gitignore
blob: df5df263c0654610a6d149b820c493a9e67b483e (about) (plain)
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
*.iml
config.toml
.project
out
builds/
commands/helpers/archive.zip
dockerfiles/checksums
dockerfiles/alpine/gitlab-runner-linux-amd64
dockerfiles/alpine/checksums
dockerfiles/build/binaries/gitlab-runner-helper.*
dockerfiles/ubuntu/gitlab-runner_amd64.deb
dockerfiles/ubuntu/checksums
.idea/
.editorconfig
tests/ubuntu/.vagrant
artifacts
tmp/gitlab-test
/.gopath/

testsdefinitions.txt
/.testoutput/
/.cover/

/.vagrant/

codeclimate.json
ci/.test-failures.servercore1803.txt.updated
ci/.test-failures.servercore1809.txt.updated

# Ignore Visual Studio Code internals
/.vscode
/debug

# Ignore the generated binary
/gitlab-runner*