aerial.nvim/.gitignore

47 lines
405 B
Text
Raw Normal View History

2020-09-20 00:59:51 +02: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
2022-10-21 21:26:47 +02:00
.direnv/
.testenv/
doc/tags
2023-09-02 08:39:50 +02:00
scripts/nvim_doc_tools
scripts/nvim-typecheck-action