From f41584c83b18791a364f85bd70707cf2f5fe06b3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Dec 2021 11:44:21 +0530 Subject: [PATCH] Ignore virtual-machines.conf used to specify build VM locations --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 57d0fdf17..45a9a0d3c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ __pycache__/ /.mypy_cache .DS_Store bypy/b +bypy/virtual-machines.conf