Skip to content

Commit

Permalink
Cleanup .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Aug 29, 2018
1 parent f2836ac commit b49f2db
Showing 1 changed file with 13 additions and 40 deletions.
53 changes: 13 additions & 40 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,46 +1,19 @@

local-*

.vs/
.vscode/
.idea/
output/
bin/
obj/

Thumbs.db
*.obj

*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.sln.docstates
*.tlb
*.tlh
*.bak
*.cache
*.orig
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
*.opensdf
*.sdf
*.vsp
*.sublime-workspace
obj/
ipch/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.sln.ide/
*.ide/
*.psess
*.vsp
*.vspx
packages/*
.vs/*
src/.vs/*
output/*
src/packages/**
*.orig

build/tools/*/
build/tools/packages.config.md5sum
build/tools/nuget.exe
src/.idea/*
src/.vs

0 comments on commit b49f2db

Please sign in to comment.