32 lines
617 B
Plaintext
32 lines
617 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*/
|
|
|
|
# add singoli file
|
|
!MTC_Sim/MTC_Sim/dump/dump.exe
|
|
!MTC_Sim/MTC_Sim/dump/dump.obj
|
|
|
|
# file temp office
|
|
MTC_Sim/MTC_Sim/Resources/SCM/.~lock* |