Skip to content

Commit

Permalink
do not delete OMEncryption if present on gitclean
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Mar 21, 2020
1 parent 19489a9 commit 30e678f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -96,7 +96,7 @@ LIBGITDIRS = `ls -f libraries/git`

gitclean:
git submodule foreach --recursive 'git clean -fdx -e /git -e /svn'
git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e .externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch
git clean -fdx -e OpenModelicaSetup -e OMSetup -e OMEncryption -e .project -e *.launch
for d in $(LIBGITDIRS); do git clean -fdx libraries/git/$$d; done

prefix=@prefix@
Expand Down
2 changes: 1 addition & 1 deletion Makefile.omdev.mingw
Expand Up @@ -294,5 +294,5 @@ LIBGITDIRS = `ls -f libraries/git`

gitclean:
git submodule foreach --recursive 'git clean -fdx -e /git -e /svn'
git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch
git clean -fdx -e OpenModelicaSetup -e OMSetup -e OMEncryption -e .project -e *.launch
for d in $(LIBGITDIRS); do git clean -fdx libraries/git/$$d; done

0 comments on commit 30e678f

Please sign in to comment.