bemenu/.gitignore

59 lines
634 B
Plaintext
Raw Normal View History

2014-03-18 16:20:33 +00:00
# Object files
*.o
*.ko
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
2019-05-31 20:35:32 +00:00
/client/bemenu
/client/bemenu-run
2014-03-18 20:10:41 +00:00
# Vim swap files
.*.swp
.swp
2014-03-18 20:16:57 +00:00
# Archives
*.tar
*.tar.gz
*.tgz
*.tar.bz2
*.tar.xz
*.zip
*.rar
2014-03-18 20:19:04 +00:00
# Build directories
build/
bin/
2014-03-18 20:20:26 +00:00
# Backup files
*~
*.backup
*.old
2019-05-31 20:35:32 +00:00
# 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