aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-02-19 11:06:51 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-02-19 11:06:51 +0100
commit0e666583bcddf5973a183086daac74e241195fef (patch)
treeae874537636b7462451a3a436e2d039c56b52ccb
parent9491600bf4723d148158c69bcbd6ccea83709707 (diff)
downloaddotfiles-0e666583bcddf5973a183086daac74e241195fef.tar.gz
dotfiles-0e666583bcddf5973a183086daac74e241195fef.zip
General minor updates for the global .gitignore
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rw-r--r--.global.gitignore10
1 files changed, 6 insertions, 4 deletions
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