# Exclude NativeBuild directory from Xcode filesystem synchronization
# This directory contains build scripts and temporary build artifacts for libusb/libkalam
# The built dylibs are committed to MTPKit/Native/ instead

# Exclude the entire NativeBuild directory and its contents
NativeBuild
NativeBuild/*
NativeBuild/**
NativeBuild/**/*

# Explicitly exclude Makefile anywhere
**/Makefile
**/*.make
