diff options
| author | MDBijman <matthijs@bijman.org> | 2017-01-24 12:15:26 +0100 |
|---|---|---|
| committer | MDBijman <matthijs@bijman.org> | 2017-01-24 12:15:26 +0100 |
| commit | 070ce923574dcc57435cb3fb2dfe86b6a38cd249 (patch) | |
| tree | ffd69a842ac4ad22aaf7161f923b9f0b47c7147a /.gitignore | |
Initial code commit with organized dependencies
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 |
