lualine.nvim/.gitignore

59 lines
476 B
Plaintext
Raw Normal View History

2020-12-30 14:35:12 +00:00
# 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
2021-03-14 14:14:42 +00:00
# ctags
tags
# helptags
2021-10-22 04:19:29 +00:00
/doc/tags
# panvimdoc
/panvimdoc/
# luacov
2021-10-22 04:19:29 +00:00
/luacov.report
/luacov.report.index
/luacov.stats
2021-10-22 04:19:29 +00:00
# tests
/tmp_home/
2023-03-30 05:57:30 +00:00
.luarc.json