VirusTotal / yara

The pattern matching swiss knife
https://virustotal.github.io/yara/
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.43k forks source link

Add test-magic to .gitignore #1986

Closed gemesa closed 9 months ago

gemesa commented 10 months ago

The existing filter test-*[^.c] does not ignore filenames ending with c, so now a specific entry for test-magic is added.

I noticed this after running the tests:

$ make check
...
$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
    test-magic

nothing added to commit but untracked files present (use "git add" to track)