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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-11-18 17:46:57 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-11-24 11:17:07 +0300
commit3468f56bcc51e1172aa36d61776385c94b20f4f9 (patch)
treeb571f840b2a21b67fa1cb3c9d130e9a562a37084 /.gitignore
parenta356ea6642f33c7f1d48c44b0a502d1a154cd4ef (diff)
gitignore: Remove now unneeded testdata patterns
Our gitignore files contain quite a lot of rules for testdata. As we shouldn't generate any data inside of the repository during tests anymore, this commit cleans up our gitignore files to get rid of them.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 1 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 008e00c4c..712d8c1e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,7 +10,7 @@
/praefect
# Generic artifacts
-/_build
+/_build/
/*.deb
# Ruby build artifacts
@@ -20,15 +20,5 @@
/ruby/tmp
/gitaly-*.gem
-# Test data
-/internal/service/smarthttp/testdata
-/internal/testhelper/testdata/data
-/**/testdata/gitaly-libexec
-/**/testdata/log
-/**/testdata/**/gitlab-shell/
-
# Configuration and runtime data
/*.toml
-*.socket
-gitaly.pid
-ruby/git-hooks/.gitlab_shell_secret