techpack/.gitignore

53 lines
410 B
Plaintext
Raw Permalink Normal View History

2018-03-10 21:25:03 +01:00
# Compiled Lua sources
luac.out
# luarocks build files
*.src.rock
*.zip
*.tar.gz
# Object files
*.o
*.os
*.ko
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
*.def
*.exp
# BAK files
*.bak
*.old
2018-03-10 21:25:03 +01:00
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
.buildpath
.project
org.eclipse.*
2018-06-25 21:53:23 +02:00
*.lua.new
test_*.lua
shrink.py