From 1d8c5e65b9fc9324b2b65d3a386d7134769253e2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 Aug 2022 00:55:12 +0530 Subject: [PATCH] Ignore generated .go files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 83c19c8fa..f3f45276f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.pyc *.pyo *_stub.pyi +*_generated.go /.dmypy.json /tags /build/