diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ca9bdab5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +.vs +x64 +Simulator.sdf +Simulator.v11.suo +Simulator.VC.db +Simulator.VC.VC.db +Simulator.VC.VC.opendb +Debug + +Simulator/x64 +Simulator/*.db +Simulator/docs +Simulator/Release + +Testing/x64 +Testing/Debug +Testing/LastCoverageResults.log
\ No newline at end of file |
