Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73ed47cec5026b01c0f39c0e142de2e471cbd108 (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
# Top-level executables
/gitaly
/gitaly-blackbox
/gitaly-debug
/gitaly-git2go
/gitaly-hooks
/gitaly-lfs-smudge
/gitaly-ssh
/gitaly-wrapper
/praefect

# Generic artifacts
/_build
/*.deb
/proto.diff

# Ruby build artifacts
/.ruby-bundle
/ruby/vendor/bundle
/ruby/.bundle
/ruby/tmp
/gitaly-*.gem

# Test data
/internal/service/smarthttp/testdata
/internal/testhelper/testdata/data
/**/testdata/gitaly-libexec

# Configuration and runtime data
/*.toml
*.socket
gitaly.pid