diff options
author | Michael Gerbush <msgerbush@gmail.com> | 2013-05-02 23:04:52 -0500 |
---|---|---|
committer | Michael Gerbush <msgerbush@gmail.com> | 2013-05-02 23:04:52 -0500 |
commit | 182aeb220dc2ebffc4e22936b19deb50b071d4a2 (patch) | |
tree | 12526ec7d20cd82111ee7e3fe58e8fd8e966d2ba /Objective-C.gitignore | |
parent | 0aeefb48c0ac885a516fb92f7f5bfd7e85ce7a37 (diff) | |
download | gitignore-182aeb220dc2ebffc4e22936b19deb50b071d4a2.tar.gz gitignore-182aeb220dc2ebffc4e22936b19deb50b071d4a2.zip |
Reverting change to ignore build subdirectories
Reverted a change that was causing build directories at the root folder to show up in git. If you need to ignore subdirectories the leading slash needs to be omitted.
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 31e6fd9a..6a329198 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,6 @@ # Xcode .DS_Store -*/build/* +build/ *.pbxuser !default.pbxuser *.mode1v3 |