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

chore: ignore exuberant-ctags #839

Closed
wants to merge 1 commit into from
Closed

Conversation

RafaelGSS
Copy link
Member

As titled

@RafaelGSS RafaelGSS marked this pull request as ready for review August 12, 2024 20:58
@targos
Copy link
Member

targos commented Aug 13, 2024

I don't understand the title.

@RafaelGSS
Copy link
Member Author

exuberant-ctags (https://ctags.sourceforge.net/) is an index generator (tags) for projects. It helps identify functions and classes when using this tool.

It's very common to use ctags with vim (my case) and a file tags is generated every time you open the project or update it. Adding it to gitignore would help me and others with the same developer workflow.

@targos
Copy link
Member

targos commented Aug 13, 2024

Isn't it the kind of paths that should be in a global gitignore (like .DS_Store and other developer-specific files)?

@RafaelGSS
Copy link
Member Author

Isn't it the kind of paths that should be in a global gitignore (like .DS_Store and other developer-specific files)?

That works too. Anyway, I thought it wouldn't hurt to have it on gitignore too. That's fine.

@RafaelGSS RafaelGSS closed this Aug 13, 2024
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.

2 participants