1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-12 18:59:50 +00:00
Files
z.lua/.gitignore
2024-10-16 00:31:50 +08:00

43 lines
335 B
Plaintext

# Compiled Lua sources
luac.out
# luarocks build files
*.src.rock
*.zip
*.tar.gz
# Object files
*.o
*.os
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
*.def
*.exp
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
/.vscode/*