Created
May 2, 2013 09:27
-
-
Save motoishmz/5501171 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# git-ls-files --others --exclude-from=.git/info/exclude | |
# Lines that start with '#' are comments. | |
# For a project mostly in C, the following would be a good set of | |
# exclude patterns (uncomment them if you want to use them): | |
# *.[oa] | |
# *~ | |
.DS_Store | |
*.o | |
*.lo | |
*.Plo | |
build/ | |
objs/ | |
# Compiled Object files | |
*.slo | |
*.lo | |
*.o | |
# Compiled Dynamic libraries | |
*.so | |
# Compiled Static libraries | |
*.lai | |
*.la | |
*.a | |
# Xcode | |
build/* | |
*.pbxuser | |
!default.pbxuser | |
*.mode1v3 | |
!default.mode1v3 | |
*.mode2v3 | |
!default.mode2v3 | |
*.perspectivev3 | |
!default.perspectivev3 | |
project.xcworkspace | |
xcuserdata | |
profile | |
*.moved-aside |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment