diff options
author | Chris Wanstrath <chris@ozmm.org> | 2012-04-18 11:47:03 -0700 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2012-04-18 11:47:03 -0700 |
commit | 4cede2e9d583e99c2ca555c79cf8066844074431 (patch) | |
tree | f9f8f2ea246623ca2d15bab0b008d2e24d482420 /Global | |
parent | 72835feb15658acd3c9dea6dab38a9ad6e6e177c (diff) | |
parent | 5b2876071dc87f9156786c2f2e8390389ca634a9 (diff) | |
download | gitignore-4cede2e9d583e99c2ca555c79cf8066844074431.tar.gz gitignore-4cede2e9d583e99c2ca555c79cf8066844074431.zip |
Merge pull request #266 from joshminnie/master
Bumpy case StyleCop file wasn't being ignored
Diffstat (limited to 'Global')
-rw-r--r-- | Global/VisualStudio.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index e5d5b6b9..e45c285d 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -73,7 +73,7 @@ TestResults [Tt]est[Rr]esult* *.Cache ClientBin -stylecop.* +[Ss]tyle[Cc]op.* ~$* *.dbmdl Generated_Code #added for RIA/Silverlight projects @@ -85,4 +85,4 @@ Backup*/ UpgradeLog*.XML # NuGet -packages/
\ No newline at end of file +packages/ |