25 lines
477 B
Plaintext
25 lines
477 B
Plaintext
# git ignore file
|
|
bin
|
|
obj
|
|
*.csproj.user
|
|
System.pdb
|
|
TestResults
|
|
*.suo
|
|
*.exe
|
|
*.obj
|
|
Tests.VisualState.xml
|
|
TestResult.xml
|
|
|
|
# -----------------------------------------------
|
|
# MTC_AdapterTest
|
|
# -----------------------------------------------
|
|
MTC_Sim/MTC_AdapterTest/bin/Debug*/
|
|
MTC_Sim/MTC_AdapterTest/obj/Debug*/
|
|
|
|
|
|
# -----------------------------------------------
|
|
# MTC_Sim
|
|
# -----------------------------------------------
|
|
|
|
MTC_Sim/MTC_Sim/bin/Debug*/
|
|
MTC_Sim/MTC_Sim/obj/Debug*/ |