Created
August 7, 2012 19:45
-
-
Save litodam/3288752 to your computer and use it in GitHub Desktop.
My .gitignore 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
# 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] | |
# *~ | |
*.o | |
*.sdf | |
*.lo | |
*.la | |
*.al | |
.libs | |
*.so | |
*.a | |
*.pyc | |
*.pyo | |
*.rej | |
*.suo | |
*.user | |
*.cache | |
*.xap | |
*.log | |
*.vspcc | |
*.vspscc | |
*.vscc | |
*.vssscc | |
*~ | |
*.*~ | |
.*.swp | |
*.csdef | |
.DS_Store | |
bin/ | |
Bin/ | |
obj/ | |
Obj/ | |
bin\Debug | |
bin\Release | |
Bin\Debug | |
Bin\Release | |
obj | |
Obj | |
Debug | |
Release | |
*.suo | |
*.user | |
TestResults | |
*.Cache | |
_ReSharper.* | |
ClientBin | |
stylecop.* | |
pkgobj | |
pkg | |
.svn | |
.builds | |
~$* | |
*.dbmdl | |
coverage | |
packages | |
*.docstates | |
*.InstallLog | |
*.InstallState |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment