diff options
author | Remko Tronçon <git@el-tramo.be> | 2013-04-19 17:40:15 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2013-04-19 17:40:15 (GMT) |
commit | b976c408389282ca330615d8246afd4be0ffb435 (patch) | |
tree | 2d4000d06dabe51efbe12e31efba5271f9fdf09b | |
parent | 1c5ffce259097682408e25c52d6174e7652e9cfe (diff) | |
download | swift-b976c408389282ca330615d8246afd4be0ffb435.zip swift-b976c408389282ca330615d8246afd4be0ffb435.tar.bz2 |
Don't ignore 3rdParty in sublime project.
Change-Id: Ia53f20eb359580187db47c1f5f4a3b191e14f0ab
-rw-r--r-- | .subl/swift.sublime-project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.subl/swift.sublime-project b/.subl/swift.sublime-project index 19645f1..f4f0993 100644 --- a/.subl/swift.sublime-project +++ b/.subl/swift.sublime-project @@ -4,7 +4,7 @@ [ { "path": "..", - "folder_exclude_patterns": ["tmp", ".sconf_temp", ".settings", "Swift.app", "3rdParty"], + "folder_exclude_patterns": ["tmp", ".sconf_temp", ".settings", "Swift.app"], "file_exclude_patterns": ["moc_*", ".cproject", ".project", ".sconsign.dblite", "*~", "config.log", "*.o"] } ], |