diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-08-11 15:33:32 -0700 |
---|---|---|
committer | Haacked <haacked@gmail.com> | 2013-01-22 11:37:19 -0800 |
commit | 78b77feb29cb0e8e5b3e984743f6f4855961006b (patch) | |
tree | 5745768d148f7efcea6a60a2c2a313a00437e240 /VisualStudio.gitignore | |
parent | ed056fdb8e8dc799cbc03f6a5f90b0bdbf20d416 (diff) | |
download | gitignore-78b77feb29cb0e8e5b3e984743f6f4855961006b.tar.gz gitignore-78b77feb29cb0e8e5b3e984743f6f4855961006b.zip |
VisualStudio: Ignore vi's *~ temp files
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 786f3b3f..4ccc1cb6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -103,6 +103,7 @@ sql/ ClientBin/ [Ss]tyle[Cc]op.* ~$* +*~ *.dbmdl *.[Pp]ublish.xml *.pfx |