Update solution for 2021 day 02

Add gitignore to exclude build artifacts
This commit is contained in:
Patrick Auernig 2021-12-02 17:16:00 +01:00
parent ada33c13a5
commit c04c9a17f5

4
2021/day-02/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*
!.gitignore
!*.adb
!*.ads