From 69697e55a13d3695e048badb0ba919f19b561899 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Sat, 3 Mar 2018 10:43:41 +0100 Subject: [PATCH] update .gitignore - Remove old cmake ignores - Add rootston.ini (example is rootston.ini.example) --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 48945461..be30a5fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,3 @@ -CMakeCache.txt -CMakeFiles -Makefile -cmake_install.cmake -install_manifest.txt .clang_complete *.o *.a @@ -11,3 +6,4 @@ test/ build/ wayland-*-protocol.* wlr-example.ini +rootston.ini