gitignore/Lua.gitignore
Thijs Schreijer 6a3f539900 update LuaRocks rocks to ignore
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
2020-11-03 09:33:04 +01:00

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