techpack/.gitignore
Andrey Kozlovskiy cadc5f2f07
Fixes and improvements for 'TechPack Stairway' Lattice
- 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
2021-01-16 01:32:05 +03:00

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