Skip to content

Instantly share code, notes, and snippets.

@payliu
Last active December 24, 2015 08:39
Show Gist options
  • Save payliu/6772285 to your computer and use it in GitHub Desktop.
Save payliu/6772285 to your computer and use it in GitHub Desktop.
global git ignore. put it at ~/.gitignore_global (check others ignore, https://github.com/github/gitignore)
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.war
*.ear
# Logs and databases #
######################
*.log
# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
*.DS_Store
.DS_Store
# Xcode
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
*.xcworkspacedata
*.xcscheme
project.xcworkspace/
xcuserdata/
*.xccheckout
*.tmp
#ios injection
*.save
iOSInjectionProject/
#cocoapods
Pods/
# Eclipse
.classpath
.project
.settings
target/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Generated files
/web-app/WEB-INF
build/
*.[oa]
*.pyc
# Other source repository archive directories (protects when importing)
.hg
.svn
CVS
# automatic backup files
*~.nib
*.swp
*~
*(Autosaved).rtfd/
Backup[ ]of[ ]*.pages/
Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/
# Android
*.apk
*.ap_
# files for keystore
keystore/
# files for the dex VM
*.dex
# sublime text files
.tags
.tags_sorted_by_file
.gemtags
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# rails
database.yml
@payliu
Copy link
Author

payliu commented Oct 1, 2013

*.xccheckout -> support Xcode 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment