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
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
/client/bemenu
|
||||||
|
/client/bemenu-run
|
||||||
|
|
||||||
# Vim swap files
|
# Vim swap files
|
||||||
.*.swp
|
.*.swp
|
||||||
@ -38,3 +40,19 @@ bin/
|
|||||||
*~
|
*~
|
||||||
*.backup
|
*.backup
|
||||||
*.old
|
*.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