From 63552b250f08b627b39470fe44141c7375b5d1f2 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Sat, 29 May 2021 11:14:14 +0200 Subject: [PATCH] alr-commands-init.adb: add config/ in .gitignore (#744) The crate configuration is always generated by alr and should not be checked-in. --- src/alr/alr-commands-init.adb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/alr/alr-commands-init.adb b/src/alr/alr-commands-init.adb index 893df23b..ecc9cd87 100644 --- a/src/alr/alr-commands-init.adb +++ b/src/alr/alr-commands-init.adb @@ -279,6 +279,7 @@ package body Alr.Commands.Init is Put_Line ("obj/"); Put_Line ("lib/"); Put_Line ("alire/"); + Put_Line ("config/"); TIO.Close (File); end Generate_Gitignore; -- 2.39.5