Skip to content

Commit 52082c5

Browse files
committed
Removed bin folder and added *.exe to exclude
1 parent cbe54a8 commit 52082c5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

nim/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*
22
!*/
33
!*.*
4+
*.exe

nim/test.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ function Assert-MatchTests {
88
}
99
}
1010

11-
$bin = "$PSScriptRoot\bin"
12-
13-
# First check if folder bin exists. If not, make a new bin folder.
14-
if (!(Test-Path -Path $bin)) {
15-
New-Item -Path $bin -Type Directory
16-
}
17-
1811
$Error.clear()
1912
nim c "$PSScriptRoot\permutations.nim" && . "$PSScriptRoot\permutations.exe" I like carrots |
2013
Compare-Object (Get-Content "$PSScriptRoot\..\test\carrots_expected") |

0 commit comments

Comments
 (0)