up-editor/.gitignore

47 lines
370 B
Plaintext
Raw Permalink Normal View History

2020-02-21 09:41:39 +01:00
# ---> Lua
# Compiled Lua sources
luac.out
2020-02-21 12:43:31 +01:00
img/*
img
up-editor.love
2020-02-25 14:01:13 +01:00
screens/*
2020-02-21 12:43:31 +01:00
2020-02-21 09:41:39 +01:00
# 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