diff options
author | Kevin R. Raney <kevin@raney.co> | 2018-09-27 11:27:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-27 11:27:56 -0600 |
commit | 3f0a607c118994652b3e1d26791a75817cda6205 (patch) | |
tree | 5c77592855c08dd45bbf393c07607d65dffc49c4 | |
parent | 340e2fe08a2356c2e3760ff58c3a9e1fddf08060 (diff) | |
download | gitignore-3f0a607c118994652b3e1d26791a75817cda6205.tar.gz gitignore-3f0a607c118994652b3e1d26791a75817cda6205.zip |
Update VisualStudio.gitignore
This will ignore SQL Server Reporting Services user files
-rw-r--r-- | VisualStudio.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 18dd5113..4d13c548 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -4,6 +4,7 @@ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files +*.rsuser *.suo *.user *.userosscache |