mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-23 17:32:11 +01:00
59 lines
634 B
Plaintext
59 lines
634 B
Plaintext
# Object files
|
|
*.o
|
|
*.ko
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
/client/bemenu
|
|
/client/bemenu-run
|
|
|
|
# Vim swap files
|
|
.*.swp
|
|
.swp
|
|
|
|
# Archives
|
|
*.tar
|
|
*.tar.gz
|
|
*.tgz
|
|
*.tar.bz2
|
|
*.tar.xz
|
|
*.zip
|
|
*.rar
|
|
|
|
# Build directories
|
|
build/
|
|
bin/
|
|
|
|
# Backup files
|
|
*~
|
|
*.backup
|
|
*.old
|
|
|
|
# CMake
|
|
CMakeFiles
|
|
CTestTestfile.cmake
|
|
Makefile
|
|
cmake_install.cmake
|
|
CMakeCache.txt
|
|
CMakeDoxyfile.in
|
|
CMakeDoxygenDefaults.cmake
|
|
DartConfiguration.tcl
|
|
Doxyfile
|
|
|
|
# Generated source files
|
|
/lib/version.h
|
|
/lib/renderers/wayland/wayland-*-client-protocol.h
|
|
/lib/renderers/wayland/wayland-*-protocol.c
|