mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-08 20:50:16 +00:00
remove generated files from SCM
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
a7ad73cb27
commit
2b2b25e868
3
.gitignore
vendored
3
.gitignore
vendored
@ -34,3 +34,6 @@ docs/references.md
|
||||
|
||||
.xmake
|
||||
.vs
|
||||
|
||||
*.gcno
|
||||
_generated.*
|
||||
|
||||
@ -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
Loading…
x
Reference in New Issue
Block a user