-
-
Save mjohnson24/ef186b1988c8904c01189a35b14727e7 to your computer and use it in GitHub Desktop.
Global git ignore file
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
| # 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~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment