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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-04-25 13:09:13 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-04-25 13:09:13 +0300
commit119707d37a113d0554bf86fee622aa800d666882 (patch)
tree5b35dfb3d409763535ee5f454c46d05d0a7199e3
parenta9a1f7a61a71399a95b953272e1ff66d60297571 (diff)
Ignore all builds* directories from version control
The restore process copies the old builds/ dir into builds.<epoch>/ which results in Git complaining about untracked files
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 51b4d06b01b..dfc99a4ee48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,7 +49,7 @@ eslint-report.html
/tags
/tmp/*
/vendor/bundle/*
-/builds/*
+/builds*
/shared/*
/.gitlab_workhorse_secret
/webpack-report/