Skip to content

Commit ac99116

Browse files
authored
Update .gitignore: Remove legacy, add bin/Generator (#892)
1 parent 3e7db7a commit ac99116

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
bin/configlet
22
bin/configlet.exe
33

4+
bin/Generator
5+
46
# Xcode
57
.swiftpm
68
build/
@@ -13,8 +15,6 @@ build/
1315
*.perspectivev3
1416
!default.perspectivev3
1517
xcuserdata
16-
*.xccheckout
17-
*.moved-aside
1818
DerivedData
1919
*.hmap
2020
*.ipa
@@ -29,6 +29,5 @@ DerivedData
2929

3030
# Swift
3131
.build
32-
LinuxMain.swift
3332
Package.resolved
3433
xswift.xcodeproj/

0 commit comments

Comments
 (0)