mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
* Rebrand to Open-Shell * Slight installer branding improvement
This commit is contained in:
18
clean.cmd
18
clean.cmd
@@ -2,20 +2,4 @@ REM :: This script will forcefully clean the repository of residual cruft from t
|
||||
REM :: to include something. It is not perfect but it appears to do the job.
|
||||
REM :: This is an alternative to 'git reset --hard HEAD' which would destroy local changes.
|
||||
REM :: - Xenhat
|
||||
git rm -f *..lastbuildstate
|
||||
git rm -f *.dll
|
||||
git rm -f *.exe
|
||||
git rm -f *.exp
|
||||
git rm -f *.iobj
|
||||
git rm -f *.lastbuildstate
|
||||
git rm -f *.lib
|
||||
git rm -f *.log
|
||||
git rm -f *.ltlog
|
||||
git rm -f *.ipdb
|
||||
git rm -f *.obj
|
||||
git rm -f *.pch
|
||||
git rm -f *.pdb
|
||||
git rm -f *.res
|
||||
git rm -f *.tlog
|
||||
git rm -f *.adml
|
||||
git rm -f *.admx
|
||||
git clean -xdf
|
||||
|
||||
Reference in New Issue
Block a user