From 0b81117ee23f258cbb05b25dcea337a03a783308 Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Wed, 10 Jan 2018 12:04:46 +0100 Subject: [PATCH] fix: Make sure orig files are not added to git again #10289 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 12e7bed3f46..deb1c1f882a 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ debug.test /vendor/**/*_test.go /vendor/**/.editorconfig /vendor/**/appengine* +*.orig \ No newline at end of file