diff options
author | Vasyl Liutikov <vasya.lutikov@postindustria.com> | 2012-08-27 14:01:57 +0300 |
---|---|---|
committer | Vasyl Liutikov <vasya.lutikov@postindustria.com> | 2012-08-27 14:01:57 +0300 |
commit | 74e12d9cb7cb1045f3ea4916a3cc1c4f98f7c33f (patch) | |
tree | fb9a2d7e5cc5501710f34ed60f335ccc5ffabd41 /Objective-C.gitignore | |
parent | 392a91e792dbfcbf87fafa0dd0bc4c641771d12f (diff) | |
download | gitignore-74e12d9cb7cb1045f3ea4916a3cc1c4f98f7c33f.tar.gz gitignore-74e12d9cb7cb1045f3ea4916a3cc1c4f98f7c33f.zip |
ignore all build directories in subdirectories
Diffstat (limited to 'Objective-C.gitignore')
-rw-r--r-- | Objective-C.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ff37636b..7697b30c 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,6 @@ # Xcode .DS_Store -build/ +*/build/* *.pbxuser !default.pbxuser *.mode1v3 |