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-20 12:43:56 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-11-20 13:45:09 +0300
commit222d466b4f2c3daf06704a9e12a7607047da7cd6 (patch)
treeabe471a63a9087ceec53b73ea4559ae99077c565 /.gitignore
parent9191f8f0f17d3b7a958424f91527aa8d8b4c3fcb (diff)
Makefile: Don't write proto.diff into source directory
The no-proto-changes target checks whether there's any changes to either our generated Go or Ruby proto files. To do so, it's currently writing into "proto.diff" in the repo's root directory. Let's instead write it into our build directory to keep our repo as clean as possible.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7c6b00486..008e00c4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,7 +12,6 @@
# Generic artifacts
/_build
/*.deb
-/proto.diff
# Ruby build artifacts
/.ruby-bundle