From 028783d9beb234d7ccedffe41aa87e38cc391d1e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 30 Jun 2022 19:55:28 -0700 Subject: [PATCH] Ignore our copy of sip.h too --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 97832f5c..87b935dd 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ mydbstub.py* /wx/libwx_* /wx/locale /wx/*.dll +/wx/include/wxPython/sip.h /wx/svg/*.so /wx/svg/*.pyd