mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-19 22:03:56 +01:00
cadc5f2f07
- Fix `Mesh not found: techpack_stairway_slope.obj` error on start by adding missing obj file taken from `moreblocks` mod - When available, use `moreblocks` for creating different stairs and slopes
53 lines
410 B
Plaintext
53 lines
410 B
Plaintext
# 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
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
.buildpath
|
|
.project
|
|
org.eclipse.*
|
|
*.lua.new
|
|
|
|
test_*.lua
|
|
|
|
shrink.py
|