[IMPROVEMENT] Corrected the tags file format of ctags in .gitignore#908
Merged
cfsmp3 merged 7 commits intoCCExtractor:masterfrom Feb 23, 2018
Souravirus:saju
Merged
[IMPROVEMENT] Corrected the tags file format of ctags in .gitignore#908cfsmp3 merged 7 commits intoCCExtractor:masterfrom Souravirus:saju
cfsmp3 merged 7 commits intoCCExtractor:masterfrom
Souravirus:saju
Conversation
Contributor
Author
|
Please check this commit because when I used ctags with this project, tags file was generated which was not being ignored by .gitignore. So when I checked the .gitignore, there was a ctags column but the '.tags' things was not hiding any files. Therefore, I deleted that line and added the tags file in the .gitignore. If there are any suggestions, then please suggest I would change them. |
bigharshrag
suggested changes
Jan 25, 2018
Contributor
bigharshrag
left a comment
There was a problem hiding this comment.
I still have .tags files. I haven't built them in a while so I'm not sure if the naming has changed but I wouldn't recommend removing it to prevent someone else committing the tags accidentally. Since they are tags for you, just add it to the .gitignore file.
Contributor
Author
|
@bigharshrag Added the .tags file as you suggested |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
I have corrected the tags file format of ctags in .gitignore. I have closed the previous pull request because I have sent some extra commits which I have fixed.