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

Add option to respect .gitignore file #54

Closed
rebelzach opened this issue Jul 27, 2015 · 2 comments
Closed

Add option to respect .gitignore file #54

rebelzach opened this issue Jul 27, 2015 · 2 comments

Comments

@rebelzach
Copy link

I develop in Xamarin, which likes to store build files along side the project files, during a long build my timer won't pause. At this point, I don't think a separate ignore file is needed, I imagine most people want to track time for only the files that will ultimately be committed.

@advdv
Copy link
Contributor

advdv commented Aug 9, 2015

Immitating git's .gitignore behaviour is hard (I've tryed it in the past), instead I'm looking into tracking time on a per file basis. This involves comparing it with the actual files that are committed and in turn will only commit the time spent on files being tacked by Git. tldr; In the upcoming release (hopefully next weekend) .gitignored files will trigger timers but time spent on these files will not be committed.

@advdv advdv closed this as completed Aug 9, 2015
@Mihailoff
Copy link

See #51

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

No branches or pull requests

3 participants