hpc / mpifileutils

File utilities designed for scalability and performance.
https://hpc.github.io/mpifileutils
BSD 3-Clause "New" or "Revised" License
170 stars 68 forks source link

.gitignore: ignore tags file created by ctags #606

Closed ofaaland closed 1 day ago

ofaaland commented 1 day ago

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