Skip to content

Commit 8977733

Browse files
committed
Have git ignore vim swap files and the test results file
1 parent cab2708 commit 8977733

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,10 @@ FakesAssemblies/
205205
*.opt
206206

207207
##Our project binplace location
208-
PSScriptAnalyzer/
208+
PSScriptAnalyzer/
209+
210+
# Vim swap files
211+
*.swp
212+
213+
# Test result file
214+
TestResults.xml

0 commit comments

Comments
 (0)