configs/.gitignore

53 lines
483 B
Plaintext
Raw Normal View History

2023-01-08 16:20:07 -03: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
# Neovim
**packer_compiled.lua
**compiledSpec.lua
.startup-time.log.txt
.startup.log
.startup-time.log
node_modules/
2023-01-16 14:35:25 -03:00
xmonad.log
.stack-work/
2024-06-27 18:39:13 -03:00
plugins/
2024-12-18 11:36:20 -03:00
env.fish