cfc_disconnect_interface/.gitignore

45 lines
348 B
Plaintext
Raw Normal View History

2020-12-05 17:43:18 -05:00
# Compiled Lua sources
luac.out
# Projects
*.sublime-*
# 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