From 1be3ec01870cc7604a776464e2c0da6912042034 Mon Sep 17 00:00:00 2001 From: Loren Norman Date: Tue, 17 Nov 2020 14:54:40 -0500 Subject: [PATCH] ignore protoc output directories for ease of dev --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5391d87..a83cb40 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +python_out +js_out # PyInstaller # Usually these files are written by a python script from a template @@ -135,4 +137,4 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/