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: 1d71a918cb11b142da23851721c40eb63d4446ae (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
# Top-level executables
/gitaly
/gitaly-backup
/gitaly-blackbox
/gitaly-debug
/gitaly-git2go
/gitaly-hooks
/gitaly-lfs-smudge
/gitaly-ssh
/gitaly-wrapper
/praefect

# Generic artifacts
/_build/
/*.deb

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

# Configuration and runtime data
/config.mak
/*.toml