Skip to content
Snippets Groups Projects
Commit 1a22174e authored by Jan-Gerrit Richter's avatar Jan-Gerrit Richter
Browse files

added .git as ignored directory during path_handling

parent 395ebf8b
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment