2016-06-28 23:11:18 +03:00
|
|
|
# This .gitignore is an agglomeration from several projects, so there might be duplicate entries.
|
2016-06-15 21:29:00 +03:00
|
|
|
|
2016-06-28 22:49:27 +03:00
|
|
|
**/bin/Debug
|
|
|
|
**/.vs/config
|
|
|
|
**/obj/Debug
|
|
|
|
**/test/packages
|
|
|
|
**/x64/Debug
|
2016-06-16 18:47:58 +03:00
|
|
|
*.suo
|
|
|
|
*.user
|
2016-05-27 06:27:10 +03:00
|
|
|
**/bin
|
2016-05-27 06:36:21 +03:00
|
|
|
**/obj
|
|
|
|
**/.vs
|
2016-06-28 22:49:27 +03:00
|
|
|
**/packages
|
2016-06-28 23:11:18 +03:00
|
|
|
|
2014-12-10 06:53:18 +03:00
|
|
|
# build folders
|
|
|
|
**/x64
|
|
|
|
**/obj
|
|
|
|
**/Debug
|
|
|
|
**/Release
|
|
|
|
**/dll
|
|
|
|
**/ipch
|
2015-01-12 03:21:17 +03:00
|
|
|
**/packages
|
2015-01-22 03:48:14 +03:00
|
|
|
**/bin
|
2016-06-28 23:11:18 +03:00
|
|
|
|
2016-02-03 02:40:02 +03:00
|
|
|
# VS test results
|
|
|
|
**/TestResults
|
2016-06-28 23:11:18 +03:00
|
|
|
|
2014-12-10 06:53:18 +03:00
|
|
|
# VS files
|
|
|
|
*.opensdf
|
|
|
|
*.suo
|
|
|
|
*.sdf
|
2015-03-01 01:04:59 +03:00
|
|
|
*.user
|
2014-12-10 06:53:18 +03:00
|
|
|
*.so
|
2016-02-22 20:25:16 +03:00
|
|
|
*.nupkg
|
2016-06-28 23:11:18 +03:00
|
|
|
|
2014-12-10 06:53:18 +03:00
|
|
|
# doxygen output folders
|
|
|
|
html
|
2016-02-22 20:25:16 +03:00
|
|
|
latex
|
2016-06-28 23:11:18 +03:00
|
|
|
|
2016-07-01 17:17:41 +03:00
|
|
|
/AppSettingsSecrets.config
|