summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrea Grandi <agrandi@google.com>2022-03-07 16:34:07 -0800
committerCommit Bot <commit-bot@chromium.org>2022-03-14 18:19:37 +0000
commit1402f59a87bfcba7b9d43fd2d1ba1ff7324b8d8d (patch)
tree939763c75ef225bdccbb7914f8a77202b5862726 /.gitignore
parentda01ebeeaf8b2849fd37a80a1fc27434f362f080 (diff)
downloadchrome-ec-1402f59a87bfcba7b9d43fd2d1ba1ff7324b8d8d.tar.gz
ec: Add .gitmessage to .gitignore
Add the optional commit message template file to .gitignore. See https://crbug.com/gerrit/10963 for details. BRANCH=none BUG=none TEST=none Signed-off-by: Andrea Grandi <agrandi@google.com> Change-Id: Ic8939bc7202c8a09c76e472b2884773ac34451ef Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3508713 Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index db195ffc98..49c5321a0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,8 @@ cscope.*
.failedboards/
.sizes.txt
.gdb_history
+# Git commit message template (see https://crbug.com/gerrit/10963)
+.gitmessage
# VSCode IDE
.vscode/*