From e653535ed24ddc5a2d1e43057c6d3962801785c0 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 19 Jan 2024 15:19:09 -0300 Subject: [PATCH] .gitignore: Delete unused exceptions The '_build' and '.vscode' folders (this in particular makes impossible to commit settings.json) are not welcome in this general file, according to Jehan comment: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/1021#note_1801018 --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2ca08698fd..9f5c13e3b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,2 @@ # Meson -/_build -/compile_commands.json - -# Atom editor -/.vscode +/compile_commands.json \ No newline at end of file