diff options
author | Alyssa Ross <hi@alyssa.is> | 2019-05-31 20:35:32 +0000 |
---|---|---|
committer | Alyssa Ross <hi@alyssa.is> | 2019-05-31 20:38:09 +0000 |
commit | b2cad5685e25669bedcf4721b313f4031362cf50 (patch) | |
tree | 7d2c8661e9fe1f2aed4f3f9f3d6a153ea3f2b60d | |
parent | 121367b9406b58c80591a21be3bd6e4771facb5e (diff) | |
download | bemenu-b2cad5685e25669bedcf4721b313f4031362cf50.tar.gz bemenu-b2cad5685e25669bedcf4721b313f4031362cf50.tar.bz2 bemenu-b2cad5685e25669bedcf4721b313f4031362cf50.zip |
gitignore: add missing generated files
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |