.gitignore and clean.bat updated after Dirichlet.Numerics addition.

This commit is contained in:
Milan Hanajik 2016-12-12 14:46:09 +01:00
parent d5f91e9bab
commit a782d3960a
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -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/

View File

@ -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