Skip to content

Instantly share code, notes, and snippets.

@litodam
Created August 7, 2012 19:45
Show Gist options
  • Save litodam/3288752 to your computer and use it in GitHub Desktop.
Save litodam/3288752 to your computer and use it in GitHub Desktop.
My .gitignore file
# 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