Skip to content

Commit

Permalink
alr-commands-init.adb: add config/ in .gitignore (#744)
Browse files Browse the repository at this point in the history
The crate configuration is always generated by alr and should not be checked-in.
  • Loading branch information
Fabien-Chouteau authored May 29, 2021
1 parent cfb0881 commit 63552b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/alr/alr-commands-init.adb
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 63552b2

Please sign in to comment.