kranewl

A wlroots-based dynamic Wayland compositor, written in C++, configurable with Lua
git clone git://git.deurzen.net/kranewl
Log | Files | Refs | LICENSE

commit d62ad944e30a44bd8b74d94a1e5e80b41d394b5f
parent 8dc4f5a7d403264d115863c4d695ac6f90d6507a
Author: deurzen <max@deurzen.net>
Date:   Wed, 25 May 2022 15:13:37 +0200

adds version header to gitignore

Diffstat:
M.gitignore | 1+
Dinclude/version.hh | 2--
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -3,3 +3,4 @@ /TODO /.ccls-cache /.gdb_history +/include/version.hh diff --git a/include/version.hh b/include/version.hh @@ -1 +0,0 @@ -#define VERSION "master/81b4be7+" -\ No newline at end of file