From 4118d08f95d2857871d710d594ba85e57b3f7b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sat, 12 Mar 2022 03:10:30 +0100 Subject: [PATCH] gitignore: remove build directories meson automatically generates a .gitignore file that ignores everything in the build directory when it is configured. There is no need to explicitly add build directories to the top-level .gitignore. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index c98a08154..811a06021 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,6 @@ ABOUT-NLS *.tar.gz *.tar.xz *.o -build/ -builddir/ config.h.meson cscope.out cscope.in.out