Skip to content

Commit

Permalink
adding gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Gabriel Converti committed Nov 6, 2011
1 parent bb0e119 commit 4d6c567
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# 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
.DS_Store
bin
Bin
obj
Obj
Debug
Release
sql
*.suo
*.user
TestResults
*.Cache
_ReSharper.*
ClientBin
stylecop.*
Bin
pkgobj
pkg
.svn
.builds
~$*
*.dbmdl
web.Publish.xml
coverage
packages
*.docstates
*.bak
ClickOnce.Deployment
*.InstallLog
build/version
Empty file removed README
Empty file.

0 comments on commit 4d6c567

Please sign in to comment.