From 64c9e5a2d46b2c2a9fb529be2e710dbd6942059d Mon Sep 17 00:00:00 2001 From: Max Kellermann <max.kellermann@gmail.com> Date: Thu, 13 Mar 2025 14:54:42 +0100 Subject: [PATCH] .gitignore: remove tool-specific patterns If somebody uses tools that create these files, they should put them in their global gitignore. --- .gitignore | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitignore b/.gitignore index cf00b5c57..ac9c39850 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,3 @@ -*~ - -.#* -.stgit* - /output/ __pycache__/ - -/.clangd/ -/compile_commands.json