Add gitignore

This commit is contained in:
Lucas Barbieri 2023-01-08 16:20:07 -03:00
parent 628bfdda8f
commit 8c86699468

49
.gitignore vendored Normal file
View File

@ -0,0 +1,49 @@
# Compiled Lua sources
luac.out
# 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
# Neovim
**packer_compiled.lua
**compiledSpec.lua
.startup-time.log.txt
.startup.log
.startup-time.log
test.lua
node_modules/