-
Notifications
You must be signed in to change notification settings - Fork 22
/
.gitignore
72 lines (63 loc) · 1.23 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# /premake/*/.vs
# /premake/*/bin
# /premake/*/grpc_lua.VC.VC.opendb
# /premake/*/grpc_lua.VC.db
# /premake/*/grpc_lua.VC.opendb
# /premake/*/grpc_lua.sdf
# /premake/*/obj
# /premake/vs2015
/premake/vs20*
/premake/conanpremake_debug_x32.lua
/premake/conanpremake_debug_x64.lua
/premake/conanpremake_release_x32.lua
/premake/conanpremake_release_x64.lua
/premake/premake5.exe
/premake/premake5.bat
/premake/conanbuildinfo.cmake
/premake/conaninfo.txt
/examples/helloworld/.vs
# /examples/conan_install.bat
/examples/*.bat
/examples/*.sh
*.pyc
test_package/build
/conaninfo.txt
/conanpremake.lua
/conanbuildinfo.cmake
/doc/ldoc/lualibs/LDoc-1.4.6
/doc/ldoc/lualibs/Penlight-1.5.2
/doc/ldoc/lua-cpp.exe
/doc/ldoc/lua_tools/lua-cpp.exe
/doc/ldoc/lua_tools/LDoc-1.4.6
/doc/ldoc/lua_tools/Penlight-1.5.2
/doc/ldoc/lua_tools/lua-cpp.exe
/doc/ldoc/lua_tools/lfs.dll
/doc/ldoc/lua_tools/lua-cpp.dll
/premake/premake.bat
/examples/helloworld/run_server_trace.bat
/premake/gmake
/premake/conan_install_debug_x64.bat