mwt-ds/.gitignore

41 строка
475 B
Plaintext
Исходник Обычный вид История

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
# build folders
**/x64
**/obj
**/Debug
**/Release
**/dll
**/ipch
**/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
# VS files
*.opensdf
*.suo
*.sdf
*.user
*.so
*.nupkg
2016-06-28 23:11:18 +03:00
# doxygen output folders
html
latex
2016-06-28 23:11:18 +03:00
2016-07-01 17:17:41 +03:00
/AppSettingsSecrets.config