From cf7f51a46201a944ac5409322d87577822690677 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 6 May 2020 17:50:38 +0200 Subject: git: add compile_commands.json into the global gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .global.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.global.gitignore') diff --git a/.global.gitignore b/.global.gitignore index 2f84d31..8fcfad4 100644 --- a/.global.gitignore +++ b/.global.gitignore @@ -1,21 +1,21 @@ *.~ *.swp -*.lvimrc -.sass-cache +# CMake +build/ +compile_commands.json # Ruby thingies .rbx/ .rake_tasks .byebug_history +.sass-cache # KDE -build/ .kdev4/ *.kdev4 .kdev_include_paths .directory *.kate-swp -LLEGEIXME.txt *.kilepr .kateconfig -- cgit v1.2.3