6a3f539900
There are multiple compiled rock types `*.src.rock` is just one. * `*.src.rock` denotes a source archive * `*.all.rock` is for all platforms (pure Lua) * platform specific ones like `*.win32.rock` (contains binaries) see https://github.com/luarocks/luarocks/wiki/Types-of-rocks
42 lines
320 B
Plaintext
42 lines
320 B
Plaintext
# Compiled Lua sources
|
|
luac.out
|
|
|
|
# luarocks build files
|
|
*.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
|
|
|