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

Erroneous language returned on Fedora #10

Closed
chrisppy opened this issue Sep 22, 2015 · 8 comments
Closed

Erroneous language returned on Fedora #10

chrisppy opened this issue Sep 22, 2015 · 8 comments

Comments

@chrisppy
Copy link
Contributor

When running tokei dirname/ it returns a line with the D language, but there is no D language in my directory.

@XAMPPRocky
Copy link
Owner

Yes, but you do have .d file extensions. Usually this is usually definition files. But there is nothing I can do about it since they are both using the same extension.

On Tue, Sep 22, 2015 at 3:50 PM, Chris Palmer notifications@github.com
wrote:

When running tokei dirname/ it returns a line with the D language, but there is no D language in my directory.

Reply to this email directly or view it on GitHub:
#10

@chrisppy
Copy link
Contributor Author

When I run ls -lha there is no .d file though

@XAMPPRocky
Copy link
Owner

Try this command find . -type f -name "*.d"

On Tue, Sep 22, 2015 at 3:54 PM, Chris Palmer notifications@github.com
wrote:

When I rust ls -lha there is no .d file though

Reply to this email directly or view it on GitHub:
#10 (comment)

@chrisppy
Copy link
Contributor Author

Also when run on windows that same directory it does not return that line

@XAMPPRocky
Copy link
Owner

Yes because Windows programs don't use them. From what I've gotten from looking into these files, is that they are a *NIX thing.

On Tue, Sep 22, 2015 at 3:57 PM, Chris Palmer notifications@github.com
wrote:

Also when run on windows that same directory it does not return that line

Reply to this email directly or view it on GitHub:
#10 (comment)

@chrisppy
Copy link
Contributor Author

It shows up in the target build directory. Is there any way to exclude the target directories?

@XAMPPRocky
Copy link
Owner

tokei .  --exclude=.target

On Tue, Sep 22, 2015 at 3:59 PM, Chris Palmer notifications@github.com
wrote:

It shows up in the target build directory. Is there any way to exclude the target directories?

Reply to this email directly or view it on GitHub:
#10 (comment)

@chrisppy
Copy link
Contributor Author

Thank you

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

2 participants