summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorlijia <[email protected]>2021-09-14 15:50:53 +0800
committerlijia <[email protected]>2021-09-14 15:50:53 +0800
commitf6f399f69a950ab1c45ea0e8c0787a476ff58754 (patch)
tree3cca11bd40a8209a534855a53525ea83763620b0 /.gitignore
create new project.v1.0.0
除sapp和插件之外, 其他模块也经常有从某个层跳转到某个层的需求, 从sapp中剥离此部分代码, 独立成为一个公共库.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b9ffdf6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+build
+__view
+*.o
+*.so
+*.a