summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-05-21 09:23:03 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2022-05-21 09:23:03 +0100
commit5748859aaf737212e6f661d0c3804af280bf2099 (patch)
tree92c8c120a4b3cfe2ebf7d2c64480df8d9fe25106 /git
parent2564ca1fc8b6448b669133f86e5776f51725ecbc (diff)
git: Ignore protocol buffer-generated Go code
Diffstat (limited to 'git')
-rw-r--r--git/ignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/git/ignore b/git/ignore
index 1344072..5113342 100644
--- a/git/ignore
+++ b/git/ignore
@@ -2,6 +2,9 @@
.DS_Store
._*
+# Protocol Buffer
+*.pb.go
+
# Python
*.py[cdo]
__pycache__