Homec4science

Added a .gitignore template for Lua based projects.

Authored by Luke Drummond <lukedrummond@gmail.com> on Jan 3 2015, 18:12.

Description

Added a .gitignore template for Lua based projects.

Added common ignore globs for Lua, an extensible, high-performace, lightweight multi-paradigm language designed for embedded scripting.

http://www.lua.org/about.html (More info at https://en.wikipedia.org/wiki/Lua_(programming_language) )

The de-facto package manager for Lua is LuaRocks.

http://luarocks.org/
  • LuaRocks creates a number of files as part of the build process. These are ignored (*.src.rock, *.tar.gz, *.zip)
  • Lua modules are conventionally written in C as shared libraries. Common build artifacts for C projects copied from C.gitignore

Details

Committed
Luke Drummond <lukedrummond@gmail.com>Jan 3 2015, 18:12
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNORE13f15a38f313: Merge pull request #1325 from aurmil/magento-modman
Branches
Unknown
Tags
Unknown

Event Timeline

Luke Drummond <lukedrummond@gmail.com> committed rGITIGNOREb85372b2d8b7: Added a .gitignore template for Lua based projects. (authored by Luke Drummond <lukedrummond@gmail.com>).Jan 3 2015, 18:12