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

.gitignore: ignore tags file created by ctags #606

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

ofaaland
Copy link
Collaborator

@ofaaland ofaaland commented Nov 21, 2024

Ignore the index file created by ctags. The index file(s) created by cscope are already ignored as a side affect of an existing entry:

>   16 # Executables
>   17 *.exe
>>> 18 *.out
>   19 *.app

Ignore the index file created by ctags.  The index file(s) created by
cscope are already ignored as a side affect of an existing
entry:

>   16 # Executables
>   17 *.exe
>>> 18 *.out
>   19 *.app

Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
@ofaaland ofaaland requested a review from carbonneau1 November 21, 2024 23:49
@ofaaland ofaaland merged commit 4e1fcbc into hpc:main Nov 22, 2024
@ofaaland ofaaland deleted the b-gitignore-tags branch November 22, 2024 00:26
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