diff options
Diffstat (limited to 'conf/gitignore/Lua')
-rw-r--r-- | conf/gitignore/Lua | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/conf/gitignore/Lua b/conf/gitignore/Lua deleted file mode 100644 index 6fd0a376de..0000000000 --- a/conf/gitignore/Lua +++ /dev/null @@ -1,41 +0,0 @@ -# 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 - |