Skip to content

Commit 53ccbd2

Browse files
committed
git status should ignore the vim swap files
This adds the .*.sw* to the gitinore file Change-Id: I921653e85cf06599a19dc1a2f41153da68601a89 Signed-off-by: Latitia M Haskins <[email protected]>
1 parent e855f8e commit 53ccbd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ tags
1414
*~
1515
*#
1616
.#*
17+
# Vim file artifacts
18+
.*.sw*
1719
# bddtest log files
1820
*.log
1921
# bddtest coverage files

0 commit comments

Comments
 (0)