From 8747abd2be51d41c5e47a420975244f9f85dc31e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 7 Sep 2019 22:29:12 +0800 Subject: [PATCH] 1 --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13f7d83 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +webapp/php-common +*.*\~ +*.*~ +*.*\# +*.*# +\#* +\.\#* +~*.* +\#*.* +*.pb.* +CMakeCache.txt +cmake_install.cmake +CMakeFiles +Makefile +server/bin +__pycache__ +*pb2.py +*.pyc +*.out +.vs +.user +game.py +*.cxx +compile_commands.json \ No newline at end of file