update gitignore
This commit is contained in:
parent
a4fa7fc385
commit
f924da4517
1 changed files with 25 additions and 0 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
@ -54,3 +54,28 @@ pom.xml.asc
|
||||||
/fixtures/*.db-shm
|
/fixtures/*.db-shm
|
||||||
/fixtures/*.db-wal
|
/fixtures/*.db-wal
|
||||||
/query-parser/out/
|
/query-parser/out/
|
||||||
|
## Build generated
|
||||||
|
build/
|
||||||
|
DerivedData
|
||||||
|
build.xcarchive
|
||||||
|
|
||||||
|
## Various settings
|
||||||
|
*.pbxuser
|
||||||
|
!default.pbxuser
|
||||||
|
*.mode1v3
|
||||||
|
!default.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
!default.mode2v3
|
||||||
|
*.perspectivev3
|
||||||
|
!default.perspectivev3
|
||||||
|
/sdks/swift/Mentat/*.xcodeproj/project.xcworkspace/xcuserdata
|
||||||
|
|
||||||
|
## Other
|
||||||
|
*.xccheckout
|
||||||
|
*.moved-aside
|
||||||
|
*.xcuserstate
|
||||||
|
*.xcscmblueprint
|
||||||
|
|
||||||
|
## Obj-C/Swift specific
|
||||||
|
*.hmap
|
||||||
|
*.ipa
|
Loading…
Reference in a new issue