Skip to content

Instantly share code, notes, and snippets.

@dfjdejulio
Last active August 29, 2015 14:02
Show Gist options
  • Save dfjdejulio/a038b881bde6d070a07a to your computer and use it in GitHub Desktop.
Save dfjdejulio/a038b881bde6d070a07a to your computer and use it in GitHub Desktop.
Some of my default gitignore files.

Default .gitignore files

None of the .gitignore files I'm finding elsewhere seem quite right to me, so I'll keep some stashed here.

# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects
*.so
*.so.*
*.dylib
# Executables
*.out
*.app
# Xcode
build
xcuserdata
*.xccheckout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment