We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3f262 commit 8d719dfCopy full SHA for 8d719df
.gitignore
@@ -2,6 +2,7 @@ TAGS
2
tags
3
.tags
4
.session
5
+.notion
6
.project
7
*.d
8
*.a
utils/dev-search-dirs.sh
@@ -8,10 +8,12 @@ notion_root=$(realpath $rel_root)
src_search_dirs() {
9
prefix='-searchdir '
10
ls -d \
11
+ $notion_root/.notion \
12
$notion_root/de \
13
$notion_root/etc \
14
$notion_root/ioncore \
15
$notion_root/contrib/scripts \
16
+ $notion_root/mod_statusbar/ion-statusd \
17
$notion_root/mod_* \
18
| sed "s/^/$prefix/" | xargs
19
}
0 commit comments