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: 96b6da189a1867d8566ac5a894a67992e2c03166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generic artifacts
/_build/
/*.deb

# Ruby build artifacts. (Keep these around until 16.1)
/.ruby-bundle
/ruby/vendor/bundle
/ruby/.bundle

# Gem build artifacts
/gitaly-*.gem

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