aboutsummaryrefslogtreecommitdiffstats
path: root/Objective-C.gitignore
diff options
context:
space:
mode:
authorMichael Gerbush <msgerbush@gmail.com>2013-05-02 23:04:52 -0500
committerMichael Gerbush <msgerbush@gmail.com>2013-05-02 23:04:52 -0500
commit182aeb220dc2ebffc4e22936b19deb50b071d4a2 (patch)
tree12526ec7d20cd82111ee7e3fe58e8fd8e966d2ba /Objective-C.gitignore
parent0aeefb48c0ac885a516fb92f7f5bfd7e85ce7a37 (diff)
downloadgitignore-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.gitignore2
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