nim-vcard/.gitignore
Jonathan Bernard cf4c14f9f8 Makefiles: update tests to ignore the BareExcept warning.
The `unittest` library still contains a number of bare exceptions, which
now result in warnings from the compliler. Patching the standard library
to remove these warnings is outside the scope of this project, so we're
going to ignore these warnings.
2023-05-02 21:32:30 -05:00

7 lines
32 B
Plaintext

tests/*
!tests/*.*
bin/
*.sw?