mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-29 15:07:04 +00:00
Fixed: Frameworks/Source was being ignored during directory scans.
Formatting tweaks also.
This commit is contained in:
@@ -171,6 +171,7 @@ void fsevents_callback(ConstFSEventStreamRef streamRef,
|
||||
NSArray *defaultIgnoredPaths = @[
|
||||
@"*/Frameworks/",
|
||||
@"!*/Frameworks/Debug/",
|
||||
@"!*/Frameworks/Source/",
|
||||
@"*/AppKit/",
|
||||
@"*/Foundation/",
|
||||
@"*/Objective-J/",
|
||||
|
||||
Reference in New Issue
Block a user