forked from RepoMirrors/bemenu
gitignore: add missing generated files
This commit is contained in:
parent
121367b940
commit
b2cad5685e
18
.gitignore
vendored
18
.gitignore
vendored
@ -16,6 +16,8 @@
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
/client/bemenu
|
||||
/client/bemenu-run
|
||||
|
||||
# Vim swap files
|
||||
.*.swp
|
||||
@ -38,3 +40,19 @@ bin/
|
||||
*~
|
||||
*.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
|
||||
|
Loading…
Reference in New Issue
Block a user