Waybar/.gitignore

44 lines
368 B
Plaintext
Raw Normal View History

2018-08-08 22:06:10 +00:00
.DS_Store
*~
2018-08-09 10:05:48 +00:00
vgcore.*
2018-08-09 18:22:01 +00:00
/.vscode
2018-08-08 22:06:10 +00:00
*.swp
packagecache
2018-10-29 20:52:53 +00:00
/subprojects/**/
/build*
2018-08-08 22:06:10 +00:00
/dist
/meson.egg-info
2018-08-08 21:53:37 +00:00
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app