Commit 5574c4a8 by zry

no message

parents
# All files: detect if file is text automatically
* text=auto
# Text files that should be normalized to LF
*.cs text diff=csharp
*.config text
*.sln text
*.csproj text
*.md text
*.sh text
*.ps1 text
*.cmd text
*.bat text
*.markdown text
*.msbuild text
# Binary files that should not be normalized or diffed
*.exe binary
*.dll binary
*.pdb binary
*.pfx binary
*.snk binary
*.png binary
*.gif binary
*.jpg binary
*.bmp binary
*.ico binary
*.chm binary
*.7z binary
*.zip binary
tools/SHFB/**/* binary
tools/Wix/**/* binary
tools/SHFB export-ignore
tools/Sandcastle export-ignore
tools/Wix export-ignore
obj/
bin/
Bin/
msbuild.log
LastTestRunSummary.cmd
src/Docs/Working/
test-results/
*.chw
*.pidb
*.userprefs
log.txt
*.suo
_ReSharper.*
*.ReSharper.user
*.bak
*.csproj.user
*.vcxproj.user
TestResults/
StyleCop.Cache
NLogMerged.api.xml
_UpgradeReport_Files/
UpgradeLog*.XML
*.xap
ipch/
*.sdf
*.opensdf
examples/NLogDemo/logs/
examples/NLogDemo/gmail*.txt
*.ncrunchsolution
*.user
tools/FAKE/
packages/
build/
*.sublime-*
*.DotSettings
*.vshost.*
.vs
.cr
/artifacts
.svn
logs/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment