diff options
author | Alvaro Enrique Ruano <alvaro.ruano90@outlook.com> | 2019-05-02 09:37:20 -0600 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-05-02 12:37:20 -0300 |
commit | 8f83007b2988788cc5e6e16be30c18ef701beac5 (patch) | |
tree | d121a69589b27dab1c28cd938daa775947d6db07 | |
parent | 5b50e4c8576547cd75f542a9e39f316032b5e940 (diff) | |
download | gitignore-8f83007b2988788cc5e6e16be30c18ef701beac5.tar.gz gitignore-8f83007b2988788cc5e6e16be30c18ef701beac5.zip |
Update VisualStudio.gitignore to add a safer rule for rdl backups (#3047)
-rw-r--r-- | VisualStudio.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1191486f..f2552297 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -262,7 +262,9 @@ ServiceFabricBackup/ *.bim.layout *.bim_*.settings *.rptproj.rsuser -*- Backup*.rdl +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl # Microsoft Fakes FakesAssemblies/ |