mirror of
https://github.com/markpmlim/MetalConverter320.git
synced 2024-12-22 18:29:35 +00:00
24 lines
310 B
Plaintext
24 lines
310 B
Plaintext
|
# Exclude the build directory
|
||
|
build/*
|
||
|
examples/FilterShowcase/build*
|
||
|
|
||
|
# Exclude temp nibs and swap files
|
||
|
*~.nib
|
||
|
*.swp
|
||
|
|
||
|
# Exclude OS X folder attributes
|
||
|
.DS_Store
|
||
|
.svn
|
||
|
|
||
|
# Exclude user-specific XCode 3 and 4 files
|
||
|
*.mode1
|
||
|
*.mode1v3
|
||
|
*.mode2v3
|
||
|
*.perspective
|
||
|
*.perspectivev3
|
||
|
*.pbxuser
|
||
|
*.xcworkspace
|
||
|
xcuserdata
|
||
|
|
||
|
|