Skip to content

Commit b67b6c6

Browse files
authored
Add test-magic to .gitignore (#1986)
The existing filter, test-*[^.c], does not ignore filenames ending with 'c', so now a specific entry for test-magic is added.
1 parent 65c2f48 commit b67b6c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ libyara/proc/.dirstamp
6363
# Files generated by tests
6464
test-*[^.c]
6565
test-async
66+
test-magic
6667
test-rules.yarc
6768

6869
# Bazel

0 commit comments

Comments
 (0)