Waybar/.gitignore

43 lines
364 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-08 22:06:10 +00:00
*.swp
packagecache
2018-08-08 22:09:59 +00:00
/subprojects/fmt-4.1.0
2018-08-08 22:06:10 +00:00
/build
/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