Skip to content

Commit f1b88e0

Browse files
agattidpgeorge
authored andcommitted
gitignore: Add ffi_lib.so to the gitignore list.
When testing the Unix port with FFI tests enabled, the FFI helper library that's built as part of the testing process is not removed after the tests session end. This commit adds the built library to the gitignore list, so it doesn't mark the sourcetree as dirty if a test run for the Unix port was started in the past. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
1 parent 8f465df commit f1b88e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ build/
1111
build-*/
1212
docs/genrst/
1313

14-
# Test failure outputs
14+
# Test failure outputs and intermediate artefacts
1515
tests/results/*
16+
tests/ports/unix/ffi_lib.so
1617

1718
# Python cache files
1819
__pycache__/

0 commit comments

Comments
 (0)