From 0e666583bcddf5973a183086daac74e241195fef Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 19 Feb 2026 11:06:51 +0100 Subject: General minor updates for 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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.global.gitignore') diff --git a/.global.gitignore b/.global.gitignore index 91129a2..80c7cbb 100644 --- a/.global.gitignore +++ b/.global.gitignore @@ -1,9 +1,13 @@ +# Temporary/lock/backup files *.~ *.swp +*.lock~ -# CMake +# Project files build/ compile_commands.json +.project +PERFER.md # Ruby thingies .rbx/ @@ -18,6 +22,4 @@ compile_commands.json .directory *.kate-swp *.kilepr -.kateconfig - -.project \ No newline at end of file +.kateconfig \ No newline at end of file -- cgit v1.2.3