/.gitignore
gitignore | 29 lines | 26 code | 1 blank | 2 comment | 0 complexity | 7e5ad8550a2088f6c62d944416821da0 MD5 | raw file
1 2#ignore thumbnails created by windows 3Thumbs.db 4#Ignore files build by Visual Studio 5*.obj 6*.exe 7*.pdb 8*.user 9*.aps 10*.pch 11*.vspscc 12*_i.c 13*_p.c 14*.ncb 15*.suo 16*.tlb 17*.tlh 18*.bak 19*.cache 20*.ilk 21*.log 22[Bb]in 23[Dd]ebug*/ 24*.lib 25*.sbr 26obj/ 27[Rr]elease*/ 28_ReSharper*/ 29[Tt]est[Rr]esult*