Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsilva committed Aug 24, 2014
1 parent e7d6812 commit d50034e
Showing 1 changed file with 71 additions and 10 deletions.
81 changes: 71 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,71 @@
bin/Debug
bin/Release
obj/Debug
obj/Release
obj/x86
MoMA/Reports
.DS_Store
KNX.net.suo
KNX.net.v11.suo
KNX.net.sln.docstates.suo
#OS junk files
[Tt]humbs.db
*.DS_Store

#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
[Oo]bj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
Ankh.NoLoad

#MonoDevelop
*.pidb
*.userprefs

#Tooling
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*
*.sass-cache

#Project files
[Bb]uild/

#Subversion files
.svn

# Office Temp Files
~$*

# vim Temp Files
*~

#NuGet
packages/
*.nupkg

#ncrunch
*ncrunch*
*crunch*.local.xml

# visual studio database projects
*.dbmdl

#Test files
*.testsettings

# Mac OS
.DS_Store

0 comments on commit d50034e

Please sign in to comment.