From 83ef3a401accda2f90e3d91f994a8c7d12824dd9 Mon Sep 17 00:00:00 2001 From: shBLOCK <3332908658@qq.com> Date: Fri, 6 Oct 2023 09:01:33 +0800 Subject: [PATCH] Update gitignores --- .gitignore | 2 ++ .idea/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index aa67c31..d57ecf5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,9 @@ /build/ /dist/ /gdmath.egg-info/ +/src/gdmath.egg-info/ /src/gdmath/*.c +/src/gdmath/*.cpp /src/gdmath/*.pyd /src/gdmath/_gdmath.pyx /codegen/output/* \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b8..0cb8d24 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,4 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +/statistic.xml