Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
2af8c602
Commit
2af8c602
authored
Oct 05, 2022
by
Waqar Ahmed
Browse files
Mention 'exclude_patterns' in kateproject.example
parent
cff4edd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateproject.example
View file @
2af8c602
...
...
@@ -42,6 +42,9 @@ struct
/// If "recursive" is set to 1, the globbing expressions in filters are executed recursively in the directory tree.
bool recursive;
/// "exclude_patterns" is a list of regex patterns than can be used to exclude folders and files from the project tree
vector< string > exclude_patterns;
};
/// The "build" structure is optional.
...
...
@@ -119,6 +122,7 @@ A project for a custom language named Swine whose source files have a suffix .sw
"filters": ["*.swn"],
"recursive": 1
} ],
"exclude_patterns": [ "build" ],
"ctags": {
"options": [
"--langdef=swine",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment