Skip to content

Commit

Permalink
git status should ignore the vim swap files
Browse files Browse the repository at this point in the history
This adds the .*.sw* to the gitinore file

Change-Id: I921653e85cf06599a19dc1a2f41153da68601a89
Signed-off-by: Latitia M Haskins <latitia.haskins@gmail.com>
  • Loading branch information
lhaskins committed Feb 7, 2017
1 parent e855f8e commit 53ccbd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ tags
*~
*#
.#*
# Vim file artifacts
.*.sw*
# bddtest log files
*.log
# bddtest coverage files
Expand Down

0 comments on commit 53ccbd2

Please sign in to comment.