From 06ef07f32240ea2f039b08cf4c2d1fd7fcb35b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 13 Feb 2023 18:21:45 +0100 Subject: [PATCH] Add .buildconfig to .gitignore It's used by Builder to store project-specific configuration. Part-of: --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7144d0a6a..abda8fa49 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ **/tags.* subprojects/sysprof/ __pycache__/ +.buildconfig