From cc26bf7406dac7822de347d14a9935c101d7e8aa Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 25 Nov 2022 12:18:32 +1100 Subject: [PATCH] gitignore: Add comment about keeping this file minimal. Signed-off-by: Damien George --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index f33e4bec42..2d20cb1897 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ +# This .gitignore file is intended to be minimal. +# +# If you find that you need additional rules, such as IDE temporary +# files, please do so either via a global .gitignore file (registered +# with core.excludesFile), or by adding private repository-specific +# rules to .git/info/exclude. See https://git-scm.com/docs/gitignore +# for more information. + # Build directories build/ build-*/