From efce5b6bd5c9d4f8214a71e0f7a7c35751710a4c Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 8 Nov 2021 01:17:11 +0800 Subject: + tolua + lpeg --- ThirdParty/tolua_runtime/.gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ThirdParty/tolua_runtime/.gitignore (limited to 'ThirdParty/tolua_runtime/.gitignore') diff --git a/ThirdParty/tolua_runtime/.gitignore b/ThirdParty/tolua_runtime/.gitignore new file mode 100644 index 0000000..bbf313b --- /dev/null +++ b/ThirdParty/tolua_runtime/.gitignore @@ -0,0 +1,32 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ -- cgit v1.1-26-g67d0