modify the git ignore list for ctags so that we only ignore those tags in specific folders
This is to avoid any source files to be missed when they are placed in a folder called tags. Libtatum is any example!
This commit is contained in:
parent
2901a6eec5
commit
4877cfd36a
|
@ -5,7 +5,7 @@
|
|||
.DS_Store
|
||||
|
||||
# ctags
|
||||
tags
|
||||
vpr7_x2p/vpr/src/tags
|
||||
|
||||
# log files
|
||||
**/logs
|
||||
|
@ -45,4 +45,4 @@ tmp/
|
|||
build/
|
||||
|
||||
message.txt
|
||||
deploy_key
|
||||
deploy_key
|
||||
|
|
Loading…
Reference in New Issue