add a8engine
This commit is contained in:
commit
5fbcd004b6
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
webapp/php-common
|
||||||
|
*.*\~
|
||||||
|
*.*~
|
||||||
|
*.*\#
|
||||||
|
*.*#
|
||||||
|
\#*
|
||||||
|
\.\#*
|
||||||
|
~*.*
|
||||||
|
\#*.*
|
||||||
|
*.pb.*
|
||||||
|
CMakeCache.txt
|
||||||
|
cmake_install.cmake
|
||||||
|
CMakeFiles
|
||||||
|
Makefile
|
||||||
|
server/bin
|
||||||
|
__pycache__
|
||||||
|
*pb2.py
|
||||||
|
*.pyc
|
||||||
|
*.out
|
||||||
|
compile_commands.json
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "third_party/a8engine"]
|
||||||
|
path = third_party/a8engine
|
||||||
|
url = https://gitee.com/azw/a8engine_new.git
|
1
third_party/a8engine
vendored
Submodule
1
third_party/a8engine
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 3f39294c9f1de8d7fb7065b837f39ea97b338d44
|
Loading…
x
Reference in New Issue
Block a user