Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 686354 - hgignore addition for Vim swap files. r=ted
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Newman committed Sep 13, 2011
1 parent b922991 commit 0f7e776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
(^|/)ID$
(^|/)\.DS_Store$

# Vim swap files.
^\.sw.$
.[^/]*\.sw.$

# User files that may appear at the root
^\.mozconfig
^mozconfig$
Expand Down

0 comments on commit 0f7e776

Please sign in to comment.