diff options
author | crupest <crupest@outlook.com> | 2018-11-10 16:08:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-10 16:08:22 +0800 |
commit | 09be0d0c86a789d568addc3153917aa604e4c7d7 (patch) | |
tree | 7be188de57210d88f28688048f4edcc5f99b17d1 | |
parent | fbcc63667fcfe1e107ee8666b319420af89f0686 (diff) | |
download | cru-09be0d0c86a789d568addc3153917aa604e4c7d7.tar.gz cru-09be0d0c86a789d568addc3153917aa604e4c7d7.tar.bz2 cru-09be0d0c86a789d568addc3153917aa604e4c7d7.zip |
Update .gitignore
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,6 +4,7 @@ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files +*.rsuser *.suo *.user *.userosscache @@ -76,6 +77,7 @@ StyleCopReport.xml *.tlh *.tmp *.tmp_proj +*_wpftmp.csproj *.log *.vspscc *.vssscc @@ -290,8 +292,8 @@ paket-files/ .idea/ *.sln.iml -# CodeRush -.cr/ +# CodeRush personal settings +.cr/personal # Python Tools for Visual Studio (PTVS) __pycache__/ @@ -330,5 +332,3 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ - -build/ |