summaryrefslogtreecommitdiff
path: root/vendor/gitignore/Lua.gitignore
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-05-06 17:13:16 +0200
committerAlfredo Sumaran <alfredo@gitlab.com>2016-05-20 15:58:36 -0500
commitfab9dbb3eba55151c34fc8bc171e3670e6c7c422 (patch)
treec08e23dde57ed18176ea3d7b408c877b81c0fec0 /vendor/gitignore/Lua.gitignore
parente166a8022a3f239938a1449a0a8ce3485f309766 (diff)
downloadgitlab-ce-fab9dbb3eba55151c34fc8bc171e3670e6c7c422.tar.gz
First import of gitignores
Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
Diffstat (limited to 'vendor/gitignore/Lua.gitignore')
-rw-r--r--vendor/gitignore/Lua.gitignore41
1 files changed, 41 insertions, 0 deletions
diff --git a/vendor/gitignore/Lua.gitignore b/vendor/gitignore/Lua.gitignore
new file mode 100644
index 00000000000..6fd0a376dec
--- /dev/null
+++ b/vendor/gitignore/Lua.gitignore
@@ -0,0 +1,41 @@
+# 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
+