From 8041bde7c0341561f8eee30a8b4ded6cc2bf2292 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 20 Nov 2019 14:37:34 +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