remove generated files from SCM

Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
方而静 2024-06-12 08:43:57 +01:00
parent a7ad73cb27
commit 2b2b25e868
3 changed files with 3 additions and 42 deletions

3
.gitignore vendored
View File

@ -34,3 +34,6 @@ docs/references.md
.xmake
.vs
*.gcno
_generated.*

View File

@ -1,21 +0,0 @@
#pragma once
// generated by prebuild.py
namespace pkpy{
extern const char kPythonLibs__enum[];
extern const char kPythonLibs__long[];
extern const char kPythonLibs__set[];
extern const char kPythonLibs_bisect[];
extern const char kPythonLibs_builtins[];
extern const char kPythonLibs_cmath[];
extern const char kPythonLibs_collections[];
extern const char kPythonLibs_colorsys[];
extern const char kPythonLibs_datetime[];
extern const char kPythonLibs_functools[];
extern const char kPythonLibs_heapq[];
extern const char kPythonLibs_itertools[];
extern const char kPythonLibs_operator[];
extern const char kPythonLibs_pickle[];
extern const char kPythonLibs_this[];
extern const char kPythonLibs_typing[];
} // namespace pkpy

File diff suppressed because one or more lines are too long