2017-07-03 01:18:25 +10:00
|
|
|
################################################################################
|
|
|
|
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
|
|
|
################################################################################
|
|
|
|
|
2017-07-21 18:37:37 +08:00
|
|
|
/.vs
|
2017-07-03 01:20:59 +10:00
|
|
|
*.a
|
|
|
|
*.o
|
|
|
|
*.exe
|
2017-07-06 13:29:14 +10:00
|
|
|
*.db
|
|
|
|
*.opendb
|
2017-07-21 18:31:09 +08:00
|
|
|
*.log
|
2017-07-21 18:37:37 +08:00
|
|
|
/bin/*
|
|
|
|
/*/*/Debug
|
2017-08-05 21:09:50 +08:00
|
|
|
/*/*/x64
|
2017-08-05 21:11:32 +08:00
|
|
|
/*/*/bin
|
2017-08-05 21:09:50 +08:00
|
|
|
/x64
|
|
|
|
/Debug
|
|
|
|
/test
|
2017-07-06 12:54:11 +10:00
|
|
|
/sample
|
2018-04-07 15:56:38 +08:00
|
|
|
.DS_Store
|