aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Wilhelmsen <lars@sral.org>2012-11-22 13:30:04 +0100
committerLars Wilhelmsen <lars@sral.org>2012-11-22 13:30:04 +0100
commit74310b68b14aceaba10336a70f7fedc3b3728774 (patch)
tree276fe45e986168f7a561167f174cba9b47c0f9ec
parent747efedec0a85efb8234710f05629ca5382e3914 (diff)
downloadgitignore-74310b68b14aceaba10336a70f7fedc3b3728774.tar.gz
gitignore-74310b68b14aceaba10336a70f7fedc3b3728774.zip
Added section for SQL Server files
Ignore SQL Server Database and log files in App_Data.
-rw-r--r--CSharp.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/CSharp.gitignore b/CSharp.gitignore
index bdc3535f..389262bc 100644
--- a/CSharp.gitignore
+++ b/CSharp.gitignore
@@ -106,3 +106,7 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
+
+# SQL Server files
+App_Data/*.mdf
+App_Data/*.ldf