Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore file extension #221

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ForberichN
Copy link

Closes #220

If IgnoredExtensions is not specified EXE DLL and SO Files will be ignored
@Strongleong
Copy link

Can you implement configuration of ignored file extensions, so I can use your fork? It is really bad to hardcode thinks like that.

@ForberichN
Copy link
Author

You can configure your own file extensions in the snitch config file.
I've added the config option "IgnoredExtensions" which takes a string array of file extensions.
As a default, I've hardcoded .exe, .DLL and .so files which are only used if there are no custom extensions set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slow Execution Time on Large Projects
2 participants