Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
1a22174e
Commit
1a22174e
authored
Nov 07, 2016
by
Jan-Gerrit Richter
Browse files
added .git as ignored directory during path_handling
parent
395ebf8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/ita_path_handling.m
View file @
1a22174e
...
...
@@ -18,7 +18,7 @@ function varargout = ita_path_handling(varargin)
if
nargin
>
0
error
(
'There should not be any input arguments to ita_path_handling'
);
end
ignoreList
=
{
'.svn'
,
'private'
,
'tmp'
,
'prop-base'
,
'props'
,
'text-base'
,
'template'
,
'doc'
};
ignoreList
=
{
'.
git'
,
'.
svn'
,
'private'
,
'tmp'
,
'prop-base'
,
'props'
,
'text-base'
,
'template'
,
'doc'
};
%% toolbox prefix string
fullpath
=
ita_toolbox_path
();
...
...
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