Skip to content

Instantly share code, notes, and snippets.

@Abizern
Created November 21, 2010 12:45
  • Star 42 You must be signed in to star a gist
  • Fork 17 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Abizern/708713 to your computer and use it in GitHub Desktop.
Global git ignore file
# Mac OS X
*.DS_Store
# Xcode
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
project.xcworkspace/
xcuserdata/
# Generated files
*.o
*.pyc
*.hi
#Python modules
MANIFEST
dist/
build/
# Backup files
*~.nib
\#*#
.#*
*.swp
*.un~
@Abizern
Copy link
Author

Abizern commented Oct 20, 2011

removed .a files from the ignored extensions list - I don't want to ignore libraries that I haven't built.

@jamescmartinez
Copy link

Great stuff!

@AmazingKevin
Copy link

thank you very much

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