Skip to content

Instantly share code, notes, and snippets.

@motoishmz
Created May 2, 2013 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motoishmz/5501171 to your computer and use it in GitHub Desktop.
Save motoishmz/5501171 to your computer and use it in GitHub Desktop.
# 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