.gitignore and clean.bat updated after Dirichlet.Numerics addition.
This commit is contained in:
parent
d5f91e9bab
commit
a782d3960a
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,6 +2,8 @@ Config/bin/
|
|||||||
Config/obj/
|
Config/obj/
|
||||||
DeviceTest/bin/
|
DeviceTest/bin/
|
||||||
DeviceTest/obj/
|
DeviceTest/obj/
|
||||||
|
Dirichlet.Numerics/bin
|
||||||
|
Dirichlet.Numerics/obj
|
||||||
Results/bin/
|
Results/bin/
|
||||||
Results/obj/
|
Results/obj/
|
||||||
ResultsBrowser/bin/
|
ResultsBrowser/bin/
|
||||||
|
|||||||
@ -2,6 +2,8 @@ rmdir /s /q Config\bin
|
|||||||
rmdir /s /q Config\obj
|
rmdir /s /q Config\obj
|
||||||
rmdir /s /q DeviceTest\bin
|
rmdir /s /q DeviceTest\bin
|
||||||
rmdir /s /q DeviceTest\obj
|
rmdir /s /q DeviceTest\obj
|
||||||
|
rmdir /s /q Dirichlet.Numerics\bin
|
||||||
|
rmdir /s /q Dirichlet.Numerics\obj
|
||||||
rmdir /s /q Results\bin
|
rmdir /s /q Results\bin
|
||||||
rmdir /s /q Results\obj
|
rmdir /s /q Results\obj
|
||||||
rmdir /s /q ResultsBrowser\bin
|
rmdir /s /q ResultsBrowser\bin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user